From 95190aa7ab02583176ece62c7d723028004878ef Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 10 Jun 2018 20:54:35 +0200 Subject: [PATCH] app/views/user/settings.volt: link to the right place for oauth connect. --- app/views/user/settings.volt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/user/settings.volt b/app/views/user/settings.volt index 6d7a9a9..2c0123d 100644 --- a/app/views/user/settings.volt +++ b/app/views/user/settings.volt @@ -49,16 +49,16 @@ {% if user.getGithubId() > 0 %} Disconnect {% else %} - Connect + Connect {% endif %}
{{ icon('brand/gitlab', [ '3x' ]) }}
{% if user.getGitlabId() > 0 %} - Disconnect + Disconnect {% else %} - Connect + Connect {% endif %}
@@ -67,7 +67,7 @@ {% if user.getGoogleId() > 0 %} Connect {% else %} - Connect + Connect {% endif %}