BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
20ea670e
Commit
20ea670e
authored
Oct 18, 2013
by
David Pursehouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove "is" from labels
parent
42fbc911
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
edit.html.haml
app/views/admin/groups/edit.html.haml
+2
-2
new.html.haml
app/views/admin/groups/new.html.haml
+1
-1
edit.html.haml
app/views/groups/edit.html.haml
+1
-1
new.html.haml
app/views/groups/new.html.haml
+1
-1
edit.html.haml
app/views/projects/edit.html.haml
+1
-1
new.html.haml
app/views/projects/new.html.haml
+1
-1
project.rb
features/steps/shared/project.rb
+1
-1
No files found.
app/views/admin/groups/edit.html.haml
View file @
20ea670e
...
...
@@ -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
...
...
app/views/admin/groups/new.html.haml
View file @
20ea670e
...
...
@@ -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
...
...
app/views/groups/edit.html.haml
View file @
20ea670e
...
...
@@ -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"
...
...
app/views/groups/new.html.haml
View file @
20ea670e
...
...
@@ -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"
...
...
app/views/projects/edit.html.haml
View file @
20ea670e
...
...
@@ -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"
...
...
app/views/projects/new.html.haml
View file @
20ea670e
...
...
@@ -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
...
...
features/steps/shared/project.rb
View file @
20ea670e
...
...
@@ -47,7 +47,7 @@ module SharedProject
Then
'I should see project settings'
do
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:"
)
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment