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
ae09c2a6
Commit
ae09c2a6
authored
Apr 30, 2015
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Capitalize "X" in "New X".
parent
e0a1d54e
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
12 deletions
+12
-12
app/views/admin/applications/new.html.haml
app/views/admin/applications/new.html.haml
+1
-1
app/views/admin/groups/new.html.haml
app/views/admin/groups/new.html.haml
+1
-1
app/views/admin/users/new.html.haml
app/views/admin/users/new.html.haml
+1
-1
app/views/projects/blob/new.html.haml
app/views/projects/blob/new.html.haml
+1
-1
app/views/projects/branches/new.html.haml
app/views/projects/branches/new.html.haml
+1
-1
app/views/projects/issues/new.html.haml
app/views/projects/issues/new.html.haml
+1
-1
app/views/projects/labels/new.html.haml
app/views/projects/labels/new.html.haml
+1
-1
app/views/projects/merge_requests/new.html.haml
app/views/projects/merge_requests/new.html.haml
+1
-1
app/views/projects/milestones/new.html.haml
app/views/projects/milestones/new.html.haml
+1
-1
app/views/projects/snippets/new.html.haml
app/views/projects/snippets/new.html.haml
+1
-1
app/views/projects/tags/new.html.haml
app/views/projects/tags/new.html.haml
+1
-1
app/views/snippets/new.html.haml
app/views/snippets/new.html.haml
+1
-1
No files found.
app/views/admin/applications/new.html.haml
View file @
ae09c2a6
-
page_title
"New
a
pplication"
-
page_title
"New
A
pplication"
%h3
.page-title
New application
-
@url
=
admin_applications_path
=
render
'form'
,
application:
@application
app/views/admin/groups/new.html.haml
View file @
ae09c2a6
-
page_title
"New
g
roup"
-
page_title
"New
G
roup"
%h3
.page-title
New group
%hr
=
render
'form'
app/views/admin/users/new.html.haml
View file @
ae09c2a6
-
page_title
"New
u
ser"
-
page_title
"New
U
ser"
%h3
.page-title
New user
%hr
...
...
app/views/projects/blob/new.html.haml
View file @
ae09c2a6
-
page_title
"New
f
ile"
,
@ref
-
page_title
"New
F
ile"
,
@ref
%h3
.page-title
New file
.file-editor
=
form_tag
(
namespace_project_create_blob_path
(
@project
.
namespace
,
@project
,
@id
),
method: :post
,
class:
'form-horizontal form-new-file'
)
do
...
...
app/views/projects/branches/new.html.haml
View file @
ae09c2a6
-
page_title
"New
b
ranch"
-
page_title
"New
B
ranch"
-
if
@error
.alert.alert-danger
%button
{
type:
"button"
,
class:
"close"
,
"data-dismiss"
=>
"alert"
}
×
...
...
app/views/projects/issues/new.html.haml
View file @
ae09c2a6
-
page_title
"New
i
ssue"
-
page_title
"New
I
ssue"
=
render
"form"
app/views/projects/labels/new.html.haml
View file @
ae09c2a6
-
page_title
"New
l
abel"
-
page_title
"New
L
abel"
%h3
New label
.back-link
=
link_to
namespace_project_labels_path
(
@project
.
namespace
,
@project
)
do
...
...
app/views/projects/merge_requests/new.html.haml
View file @
ae09c2a6
-
page_title
"New
merge r
equest"
-
page_title
"New
Merge R
equest"
-
if
@merge_request
.
can_be_created
=
render
'new_submit'
-
else
...
...
app/views/projects/milestones/new.html.haml
View file @
ae09c2a6
-
page_title
"New
m
ilestone"
-
page_title
"New
M
ilestone"
=
render
"form"
app/views/projects/snippets/new.html.haml
View file @
ae09c2a6
-
page_title
"New
s
nippets"
-
page_title
"New
S
nippets"
%h3
.page-title
New snippet
%hr
...
...
app/views/projects/tags/new.html.haml
View file @
ae09c2a6
-
page_title
"New
t
ag"
-
page_title
"New
T
ag"
-
if
@error
.alert.alert-danger
%button
{
type:
"button"
,
class:
"close"
,
"data-dismiss"
=>
"alert"
}
×
...
...
app/views/snippets/new.html.haml
View file @
ae09c2a6
-
page_title
"New
s
nippet"
-
page_title
"New
S
nippet"
%h3
.page-title
New snippet
%hr
...
...
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