diff --git a/app/views/admin/users/_form.html.haml b/app/views/admin/users/_form.html.haml index ebc68e2ea63083351fe6756c9e5a2c4bd593d60c..881a043f36f41993b62c69d98b32ccf8113f6b06 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 f1ccc0005243d498f6e80067b3e77a72d8d4b9f0..523a07db4001a8fe0e933c4f855f4be80dd79d73 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 30a86ba01f12e0c3d5a3c805d4913e556c2fc5ad..7ffd43e837d5544c9dda78191475fb45d30d578a 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