diff options
author | Jerome Dalbert <jerome@rentify.com> | 2014-01-20 13:05:19 +0000 |
---|---|---|
committer | Jerome Dalbert <jerome@rentify.com> | 2014-01-20 13:05:19 +0000 |
commit | 9697e5327fa4dbe84e35b750203480857c68efd0 (patch) | |
tree | d72d711a08e4c25d7f721fc11e0d14c9a1bcbfc5 /app | |
parent | bb9e01cba6650c9e4aad920596647a65b85adc7e (diff) | |
download | gitlab-ce-9697e5327fa4dbe84e35b750203480857c68efd0.tar.gz |
Rename "Website url" labels to "Website"
Diffstat (limited to 'app')
-rw-r--r-- | app/views/admin/users/_form.html.haml | 2 | ||||
-rw-r--r-- | app/views/profiles/show.html.haml | 2 | ||||
-rw-r--r-- | app/views/users/_profile.html.haml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app/views/admin/users/_form.html.haml b/app/views/admin/users/_form.html.haml index ebc68e2ea63..881a043f36f 100644 --- a/app/views/admin/users/_form.html.haml +++ b/app/views/admin/users/_form.html.haml @@ -81,7 +81,7 @@ = f.label :twitter, class: 'control-label' .col-sm-10= f.text_field :twitter, class: 'form-control' .form-group - = f.label :website_url, class: 'control-label' + = f.label :website_url, 'Website', class: 'control-label' .col-sm-10= f.text_field :website_url, class: 'form-control' .form-actions diff --git a/app/views/profiles/show.html.haml b/app/views/profiles/show.html.haml index f1ccc000524..523a07db400 100644 --- a/app/views/profiles/show.html.haml +++ b/app/views/profiles/show.html.haml @@ -47,7 +47,7 @@ = f.label :twitter, class: "control-label" .col-sm-10= f.text_field :twitter, class: "form-control" .form-group - = f.label :website_url, class: "control-label" + = f.label :website_url, 'Website', class: "control-label" .col-sm-10= f.text_field :website_url, class: "form-control" .form-group = f.label :bio, class: "control-label" diff --git a/app/views/users/_profile.html.haml b/app/views/users/_profile.html.haml index 30a86ba01f1..7ffd43e837d 100644 --- a/app/views/users/_profile.html.haml +++ b/app/views/users/_profile.html.haml @@ -19,7 +19,7 @@ %strong= link_to user.twitter, "http://www.twitter.com/#{user.twitter}" - unless user.website_url.blank? %li - %span.light Website url: + %span.light Website: %strong= link_to user.short_website_url, user.full_website_url - unless user.bio.blank? %li |