Skip to content
Snippets Groups Projects
Commit 9697e532 authored by Jerome Dalbert's avatar Jerome Dalbert
Browse files

Rename "Website url" labels to "Website"

parent bb9e01cb
No related branches found
No related tags found
Loading
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.
Please register or to comment