summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2013-10-18 13:28:49 +0900
committerDavid Pursehouse <david.pursehouse@gmail.com>2013-10-18 13:28:49 +0900
commit20ea670e67be8086fc4f11b587b91ddbc6cf4ee4 (patch)
treec6c2f2c5bffd2cf547808e9b9d44899133b02ab2 /app/views
parent42fbc911322db2a5fa8a9550ffceecd4da29f572 (diff)
downloadgitlab-ce-20ea670e67be8086fc4f11b587b91ddbc6cf4ee4.tar.gz
Remove "is" from labels
Diffstat (limited to 'app/views')
-rw-r--r--app/views/admin/groups/edit.html.haml4
-rw-r--r--app/views/admin/groups/new.html.haml2
-rw-r--r--app/views/groups/edit.html.haml2
-rw-r--r--app/views/groups/new.html.haml2
-rw-r--r--app/views/projects/edit.html.haml2
-rw-r--r--app/views/projects/new.html.haml2
6 files changed, 7 insertions, 7 deletions
diff --git a/app/views/admin/groups/edit.html.haml b/app/views/admin/groups/edit.html.haml
index 8ed463a8191..3918bf981a2 100644
--- a/app/views/admin/groups/edit.html.haml
+++ b/app/views/admin/groups/edit.html.haml
@@ -6,7 +6,7 @@
%span= @group.errors.full_messages.first
.control-group.group_name_holder
= f.label :name do
- Group name is
+ Group name
.controls
= f.text_field :name, placeholder: "Example Group", class: "input-xxlarge"
@@ -17,7 +17,7 @@
.control-group.group_name_holder
= f.label :path do
- %span.cred Group path is
+ %span.cred Group path
.controls
= f.text_field :path, placeholder: "example-group", class: "input-xxlarge danger"
%ul.cred
diff --git a/app/views/admin/groups/new.html.haml b/app/views/admin/groups/new.html.haml
index 0ae35eb6b43..cfbe6b5ee5a 100644
--- a/app/views/admin/groups/new.html.haml
+++ b/app/views/admin/groups/new.html.haml
@@ -6,7 +6,7 @@
%span= @group.errors.full_messages.first
.control-group
= f.label :name do
- Group name is
+ Group name
.controls
= f.text_field :name, placeholder: "Ex. OpenSource", class: "input-xxlarge left"
.control-group.group-description-holder
diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml
index 2682d31ff47..d6df8d0aedf 100644
--- a/app/views/groups/edit.html.haml
+++ b/app/views/groups/edit.html.haml
@@ -26,7 +26,7 @@
%span= @group.errors.full_messages.first
.control-group
= f.label :name do
- Group name is
+ Group name
.controls
= f.text_field :name, placeholder: "Ex. OpenSource", class: "input-xxlarge left"
diff --git a/app/views/groups/new.html.haml b/app/views/groups/new.html.haml
index 02049bb2ee6..fc1d89c6285 100644
--- a/app/views/groups/new.html.haml
+++ b/app/views/groups/new.html.haml
@@ -4,7 +4,7 @@
%span= @group.errors.full_messages.first
.control-group
= f.label :name do
- Group name is
+ Group name
.controls
= f.text_field :name, placeholder: "Ex. OpenSource", class: "input-xxlarge left"
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index 03cd3cbd658..a2e0977feb4 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -11,7 +11,7 @@
%fieldset
.control-group.project_name_holder
= f.label :name do
- Project name is
+ Project name
.controls
= f.text_field :name, placeholder: "Example Project", class: "span5"
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index 0213576927b..1b774ba6820 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -6,7 +6,7 @@
= form_for @project, remote: true do |f|
.control-group.project-name-holder
= f.label :name do
- %strong Project name is
+ %strong Project name
.controls
= f.text_field :name, placeholder: "Example Project", class: "input-xlarge", tabindex: 1, autofocus: true
%span.help-inline