summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-04 10:57:03 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-04 10:57:03 +0300
commitb785386eacca7dbb2e5abf1d677e6a6df552de21 (patch)
treeeec2737c2020d9cde960f3061293cc54b2381db9
parenta8d8f1dde8fc50d0441280c1f26094c368dc7f0b (diff)
downloadgitlab-ci-b785386eacca7dbb2e5abf1d677e6a6df552de21.tar.gz
Mention to sign-in using gitlab account
-rw-r--r--app/views/user_sessions/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user_sessions/new.html.haml b/app/views/user_sessions/new.html.haml
index 3fbbd7e..8da16aa 100644
--- a/app/views/user_sessions/new.html.haml
+++ b/app/views/user_sessions/new.html.haml
@@ -1,3 +1,3 @@
-%h3 Sign in
+%h3 Sign in with GitLab account
%hr
= render 'form'