Skip to content
Snippets Groups Projects
Commit 20ea670e authored by David Pursehouse's avatar David Pursehouse
Browse files

Remove "is" from labels

parent 42fbc911
No related branches found
No related tags found
No related merge requests found
Loading
@@ -6,7 +6,7 @@
Loading
@@ -6,7 +6,7 @@
%span= @group.errors.full_messages.first %span= @group.errors.full_messages.first
.control-group.group_name_holder .control-group.group_name_holder
= f.label :name do = f.label :name do
Group name is Group name
.controls .controls
= f.text_field :name, placeholder: "Example Group", class: "input-xxlarge" = f.text_field :name, placeholder: "Example Group", class: "input-xxlarge"
   
Loading
@@ -17,7 +17,7 @@
Loading
@@ -17,7 +17,7 @@
   
.control-group.group_name_holder .control-group.group_name_holder
= f.label :path do = f.label :path do
%span.cred Group path is %span.cred Group path
.controls .controls
= f.text_field :path, placeholder: "example-group", class: "input-xxlarge danger" = f.text_field :path, placeholder: "example-group", class: "input-xxlarge danger"
%ul.cred %ul.cred
Loading
Loading
Loading
@@ -6,7 +6,7 @@
Loading
@@ -6,7 +6,7 @@
%span= @group.errors.full_messages.first %span= @group.errors.full_messages.first
.control-group .control-group
= f.label :name do = f.label :name do
Group name is Group name
.controls .controls
= f.text_field :name, placeholder: "Ex. OpenSource", class: "input-xxlarge left" = f.text_field :name, placeholder: "Ex. OpenSource", class: "input-xxlarge left"
.control-group.group-description-holder .control-group.group-description-holder
Loading
Loading
Loading
@@ -26,7 +26,7 @@
Loading
@@ -26,7 +26,7 @@
%span= @group.errors.full_messages.first %span= @group.errors.full_messages.first
.control-group .control-group
= f.label :name do = f.label :name do
Group name is Group name
.controls .controls
= f.text_field :name, placeholder: "Ex. OpenSource", class: "input-xxlarge left" = f.text_field :name, placeholder: "Ex. OpenSource", class: "input-xxlarge left"
   
Loading
Loading
Loading
@@ -4,7 +4,7 @@
Loading
@@ -4,7 +4,7 @@
%span= @group.errors.full_messages.first %span= @group.errors.full_messages.first
.control-group .control-group
= f.label :name do = f.label :name do
Group name is Group name
.controls .controls
= f.text_field :name, placeholder: "Ex. OpenSource", class: "input-xxlarge left" = f.text_field :name, placeholder: "Ex. OpenSource", class: "input-xxlarge left"
   
Loading
Loading
Loading
@@ -11,7 +11,7 @@
Loading
@@ -11,7 +11,7 @@
%fieldset %fieldset
.control-group.project_name_holder .control-group.project_name_holder
= f.label :name do = f.label :name do
Project name is Project name
.controls .controls
= f.text_field :name, placeholder: "Example Project", class: "span5" = f.text_field :name, placeholder: "Example Project", class: "span5"
   
Loading
Loading
Loading
@@ -6,7 +6,7 @@
Loading
@@ -6,7 +6,7 @@
= form_for @project, remote: true do |f| = form_for @project, remote: true do |f|
.control-group.project-name-holder .control-group.project-name-holder
= f.label :name do = f.label :name do
%strong Project name is %strong Project name
.controls .controls
= f.text_field :name, placeholder: "Example Project", class: "input-xlarge", tabindex: 1, autofocus: true = f.text_field :name, placeholder: "Example Project", class: "input-xlarge", tabindex: 1, autofocus: true
%span.help-inline %span.help-inline
Loading
Loading
Loading
@@ -47,7 +47,7 @@ module SharedProject
Loading
@@ -47,7 +47,7 @@ module SharedProject
   
Then 'I should see project settings' do Then 'I should see project settings' do
current_path.should == edit_project_path(@project) current_path.should == edit_project_path(@project)
page.should have_content("Project name is") page.should have_content("Project name")
page.should have_content("Features:") page.should have_content("Features:")
end end
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment