Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Dalbert <jerome@rentify.com>2014-01-20 17:05:19 +0400
committerJerome Dalbert <jerome@rentify.com>2014-01-20 17:05:19 +0400
commit9697e5327fa4dbe84e35b750203480857c68efd0 (patch)
treed72d711a08e4c25d7f721fc11e0d14c9a1bcbfc5 /app/views/users
parentbb9e01cba6650c9e4aad920596647a65b85adc7e (diff)
Rename "Website url" labels to "Website"
Diffstat (limited to 'app/views/users')
-rw-r--r--app/views/users/_profile.html.haml2
1 files changed, 1 insertions, 1 deletions
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