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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
43cc8bd4
Commit
43cc8bd4
authored
Jul 12, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed some inconsistencies
parent
13cc761a
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
0 deletions
+9
-0
app/views/groups/labels/new.html.haml
app/views/groups/labels/new.html.haml
+1
-0
app/views/groups/milestones/new.html.haml
app/views/groups/milestones/new.html.haml
+1
-0
app/views/projects/commits/show.html.haml
app/views/projects/commits/show.html.haml
+1
-0
app/views/projects/compare/show.html.haml
app/views/projects/compare/show.html.haml
+1
-0
app/views/projects/environments/new.html.haml
app/views/projects/environments/new.html.haml
+1
-0
app/views/projects/labels/new.html.haml
app/views/projects/labels/new.html.haml
+1
-0
app/views/projects/milestones/new.html.haml
app/views/projects/milestones/new.html.haml
+1
-0
app/views/projects/network/show.html.haml
app/views/projects/network/show.html.haml
+1
-0
app/views/projects/pipelines/new.html.haml
app/views/projects/pipelines/new.html.haml
+1
-0
No files found.
app/views/groups/labels/new.html.haml
View file @
43cc8bd4
-
breadcrumb_title
"Labels"
-
page_title
'New Label'
-
header_title
group_title
(
@group
,
'Labels'
,
group_labels_path
(
@group
))
...
...
app/views/groups/milestones/new.html.haml
View file @
43cc8bd4
-
breadcrumb_title
"Milestones"
-
page_title
"Milestones"
-
header_title
group_title
(
@group
,
"Milestones"
,
group_milestones_path
(
@group
))
...
...
app/views/projects/commits/show.html.haml
View file @
43cc8bd4
-
@no_container
=
true
-
breadcrumb_title
_
(
"Commits"
)
-
page_title
_
(
"Commits"
),
@ref
=
content_for
:meta_tags
do
...
...
app/views/projects/compare/show.html.haml
View file @
43cc8bd4
-
@no_container
=
true
-
breadcrumb_title
"Compare"
-
page_title
"
#{
params
[
:from
]
}
...
#{
params
[
:to
]
}
"
-
if
show_new_nav?
-
add_to_breadcrumbs
(
"Repository"
,
project_tree_path
(
@project
))
...
...
app/views/projects/environments/new.html.haml
View file @
43cc8bd4
-
@no_container
=
true
-
breadcrumb_title
"Environments"
-
page_title
'New Environment'
=
render
"projects/pipelines/head"
...
...
app/views/projects/labels/new.html.haml
View file @
43cc8bd4
-
@no_container
=
true
-
breadcrumb_title
"Labels"
-
page_title
"New Label"
=
render
"shared/mr_head"
...
...
app/views/projects/milestones/new.html.haml
View file @
43cc8bd4
-
@no_container
=
true
-
breadcrumb_title
"Milestones"
-
page_title
"New Milestone"
=
render
"shared/mr_head"
...
...
app/views/projects/network/show.html.haml
View file @
43cc8bd4
-
breadcrumb_title
"Graph"
-
page_title
"Graph"
,
@ref
-
content_for
:page_specific_javascripts
do
=
page_specific_javascript_bundle_tag
(
'network'
)
...
...
app/views/projects/pipelines/new.html.haml
View file @
43cc8bd4
-
breadcrumb_title
"Pipelines"
-
page_title
"New Pipeline"
%h3
.page-title
...
...
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