Rename "Website url" labels to "Website"

This commit is contained in:
Jerome Dalbert 2014-01-20 13:05:19 +00:00
parent bb9e01cba6
commit 9697e5327f
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"

View File

@ -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