Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
57173040
Commit
57173040
authored
Oct 21, 2013
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5359 from dpursehouse/update-some-labels
Minor grammatical updates in some of the labels.
parents
85be902e
873bd3ad
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
11 deletions
+11
-11
app/views/admin/groups/edit.html.haml
app/views/admin/groups/edit.html.haml
+2
-2
app/views/admin/groups/new.html.haml
app/views/admin/groups/new.html.haml
+1
-1
app/views/admin/projects/show.html.haml
app/views/admin/projects/show.html.haml
+1
-1
app/views/groups/edit.html.haml
app/views/groups/edit.html.haml
+1
-1
app/views/groups/new.html.haml
app/views/groups/new.html.haml
+1
-1
app/views/projects/edit.html.haml
app/views/projects/edit.html.haml
+2
-2
app/views/projects/new.html.haml
app/views/projects/new.html.haml
+2
-2
features/steps/shared/project.rb
features/steps/shared/project.rb
+1
-1
No files found.
app/views/admin/groups/edit.html.haml
View file @
57173040
...
@@ -6,7 +6,7 @@
...
@@ -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"
...
@@ -17,7 +17,7 @@
...
@@ -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
...
...
app/views/admin/groups/new.html.haml
View file @
57173040
...
@@ -6,7 +6,7 @@
...
@@ -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
...
...
app/views/admin/projects/show.html.haml
View file @
57173040
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
=
@project
.
creator
.
try
(
:name
)
||
'(deleted)'
=
@project
.
creator
.
try
(
:name
)
||
'(deleted)'
%li
%li
%span
.light
Created
at
:
%span
.light
Created
on
:
%strong
%strong
=
@project
.
created_at
.
stamp
(
"March 1, 1999"
)
=
@project
.
created_at
.
stamp
(
"March 1, 1999"
)
...
...
app/views/groups/edit.html.haml
View file @
57173040
...
@@ -26,7 +26,7 @@
...
@@ -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"
...
...
app/views/groups/new.html.haml
View file @
57173040
...
@@ -4,7 +4,7 @@
...
@@ -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"
...
...
app/views/projects/edit.html.haml
View file @
57173040
...
@@ -11,7 +11,7 @@
...
@@ -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"
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
Project description
Project description
%span
.light
(optional)
%span
.light
(optional)
.controls
.controls
=
f
.
text_area
:description
,
placeholder:
"
a
wesome project"
,
class:
"span5"
,
rows:
3
,
maxlength:
250
=
f
.
text_area
:description
,
placeholder:
"
A
wesome project"
,
class:
"span5"
,
rows:
3
,
maxlength:
250
-
if
@project
.
repository
.
exists?
&&
@project
.
repository
.
branch_names
.
any?
-
if
@project
.
repository
.
exists?
&&
@project
.
repository
.
branch_names
.
any?
.control-group
.control-group
...
...
app/views/projects/new.html.haml
View file @
57173040
...
@@ -6,7 +6,7 @@
...
@@ -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
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
Description
Description
%span
.light
(optional)
%span
.light
(optional)
.controls
.controls
=
f
.
text_area
:description
,
placeholder:
"
a
wesome project"
,
class:
"input-xlarge"
,
rows:
3
,
maxlength:
250
,
tabindex:
3
=
f
.
text_area
:description
,
placeholder:
"
A
wesome project"
,
class:
"input-xlarge"
,
rows:
3
,
maxlength:
250
,
tabindex:
3
.control-group.project-public-holder
.control-group.project-public-holder
=
f
.
label
:public
do
=
f
.
label
:public
do
%span
Public project
%span
Public project
...
...
features/steps/shared/project.rb
View file @
57173040
...
@@ -47,7 +47,7 @@ module SharedProject
...
@@ -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
...
...
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