summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-04-08 11:10:41 +0000
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-04-08 11:10:41 +0000
commit584fa0bdca76de20ed775800e255895e6be5fc06 (patch)
tree7ce1bf2e09f864ff730d2e35e4b9c5f875775f19
parent7b00721bb99ab4f1c1958a0b1a20e1d8c940b6da (diff)
parent87140384109095612f527e947737cc7d65c3ff9d (diff)
downloadgitlab-ce-584fa0bdca76de20ed775800e255895e6be5fc06.tar.gz
Merge branch 'rs-signup-box-text' into 'master'
Improve wording below signup box Before: ![Screen_Shot_2015-04-07_at_5.46.31_PM](https://dev.gitlab.org/gitlab/gitlabhq/uploads/a5433c7c423fd37cffe4c2352a833dcf/Screen_Shot_2015-04-07_at_5.46.31_PM.png) After: ![Screen_Shot_2015-04-07_at_5.45.05_PM](https://dev.gitlab.org/gitlab/gitlabhq/uploads/46e13756a8dc389e6f87de0097433e36/Screen_Shot_2015-04-07_at_5.45.05_PM.png) See merge request !1755
-rw-r--r--app/views/devise/shared/_signup_box.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/devise/shared/_signup_box.html.haml b/app/views/devise/shared/_signup_box.html.haml
index dcf60c90430..9dc6aeffd59 100644
--- a/app/views/devise/shared/_signup_box.html.haml
+++ b/app/views/devise/shared/_signup_box.html.haml
@@ -22,5 +22,6 @@
.clearfix.prepend-top-20
%p
- %span.light Did not receive confirmation email?
- = link_to "Send again", new_confirmation_path(resource_name) \ No newline at end of file
+ %span.light Didn't receive a confirmation email?
+ = succeed '.' do
+ = link_to "Request a new one", new_confirmation_path(resource_name)