Skip to content
Snippets Groups Projects
Commit b04d6c2e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #6098 from jeromedalbert/master

Rename "Website url" labels to "Website"
parents e4418620 9697e532
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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"
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment