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
Boxiang Sun
gitlab-ce
Commits
15a28238
Commit
15a28238
authored
Jul 07, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed breadcrumb titles
parent
e5183d90
Changes
24
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
35 additions
and
16 deletions
+35
-16
app/views/admin/services/edit.html.haml
app/views/admin/services/edit.html.haml
+1
-0
app/views/dashboard/issues.html.haml
app/views/dashboard/issues.html.haml
+1
-0
app/views/dashboard/merge_requests.html.haml
app/views/dashboard/merge_requests.html.haml
+1
-0
app/views/explore/snippets/index.html.haml
app/views/explore/snippets/index.html.haml
+1
-0
app/views/groups/new.html.haml
app/views/groups/new.html.haml
+1
-0
app/views/layouts/nav/_new_admin_sidebar.html.haml
app/views/layouts/nav/_new_admin_sidebar.html.haml
+1
-1
app/views/profiles/accounts/show.html.haml
app/views/profiles/accounts/show.html.haml
+1
-0
app/views/profiles/two_factor_auths/show.html.haml
app/views/profiles/two_factor_auths/show.html.haml
+4
-5
app/views/projects/boards/_show.html.haml
app/views/projects/boards/_show.html.haml
+1
-1
app/views/projects/branches/index.html.haml
app/views/projects/branches/index.html.haml
+1
-1
app/views/projects/commits/show.html.haml
app/views/projects/commits/show.html.haml
+1
-1
app/views/projects/compare/index.html.haml
app/views/projects/compare/index.html.haml
+1
-1
app/views/projects/compare/show.html.haml
app/views/projects/compare/show.html.haml
+1
-1
app/views/projects/environments/index.html.haml
app/views/projects/environments/index.html.haml
+3
-0
app/views/projects/graphs/charts.html.haml
app/views/projects/graphs/charts.html.haml
+1
-1
app/views/projects/graphs/show.html.haml
app/views/projects/graphs/show.html.haml
+1
-1
app/views/projects/jobs/index.html.haml
app/views/projects/jobs/index.html.haml
+3
-0
app/views/projects/network/show.html.haml
app/views/projects/network/show.html.haml
+1
-1
app/views/projects/new.html.haml
app/views/projects/new.html.haml
+1
-0
app/views/projects/services/edit.html.haml
app/views/projects/services/edit.html.haml
+5
-0
app/views/projects/tags/index.html.haml
app/views/projects/tags/index.html.haml
+1
-1
app/views/projects/tree/show.html.haml
app/views/projects/tree/show.html.haml
+1
-1
app/views/snippets/new.html.haml
app/views/snippets/new.html.haml
+1
-0
app/views/snippets/show.html.haml
app/views/snippets/show.html.haml
+1
-0
No files found.
app/views/admin/services/edit.html.haml
View file @
15a28238
-
@breadcrumb_title
=
"Service Templates"
-
page_title
@service
.
title
,
"Service Templates"
=
render
'form'
app/views/dashboard/issues.html.haml
View file @
15a28238
-
@breadcrumb_title
=
"Issues"
-
@hide_top_links
=
true
-
page_title
"Issues"
-
header_title
"Issues"
,
issues_dashboard_path
(
assignee_id:
current_user
.
id
)
...
...
app/views/dashboard/merge_requests.html.haml
View file @
15a28238
-
@breadcrumb_title
=
"Merge Requests"
-
@hide_top_links
=
true
-
page_title
"Merge Requests"
-
header_title
"Merge Requests"
,
merge_requests_dashboard_path
(
assignee_id:
current_user
.
id
)
...
...
app/views/explore/snippets/index.html.haml
View file @
15a28238
-
@hide_top_links
=
true
-
page_title
"Snippets"
-
header_title
"Snippets"
,
snippets_path
...
...
app/views/groups/new.html.haml
View file @
15a28238
-
@breadcrumb_link
=
dashboard_groups_path
-
@hide_top_links
=
true
-
page_title
'New Group'
-
header_title
"Groups"
,
dashboard_groups_path
...
...
app/views/layouts/nav/_new_admin_sidebar.html.haml
View file @
15a28238
...
...
@@ -13,7 +13,7 @@
=
nav_link
(
controller: :dashboard
,
html_options:
{
class:
'home'
})
do
=
link_to
admin_root_path
,
title:
'Overview'
do
%span
Overview
Dashboard
=
nav_link
(
controller:
[
:admin
,
:projects
])
do
=
link_to
admin_projects_path
,
title:
'Projects'
do
%span
...
...
app/views/profiles/accounts/show.html.haml
View file @
15a28238
-
@breadcrumb_title
=
"Account"
-
page_title
"Account"
-
@content_class
=
"limit-container-width"
unless
fluid_layout
=
render
'profiles/head'
...
...
app/views/profiles/two_factor_auths/show.html.haml
View file @
15a28238
-
page_title
'Two-Factor Authentication'
,
'Account'
-
header_title
"Two-Factor Authentication"
,
profile_two_factor_auth_path
-
if
show_new_nav?
-
breadcrumbs_extra_links
(
"Account"
,
profile_path
)
-
else
-
header_title
"Two-Factor Authentication"
,
profile_two_factor_auth_path
-
@breadcrumb_title
=
"Two-Factor Authentication"
-
@content_class
=
"limit-container-width"
unless
fluid_layout
-
if
show_new_nav?
-
content_for
:header_title_before
do
=
link_to
"User Settings"
,
profile_path
=
render
'profiles/head'
-
if
inject_u2f_api?
...
...
app/views/projects/boards/_show.html.haml
View file @
15a28238
...
...
@@ -4,7 +4,7 @@
-
page_title
"Boards"
-
if
show_new_nav?
-
breadcrumbs_extra_links
(
"Issues"
,
project_issues_path
(
@project
.
namespace
))
-
breadcrumbs_extra_links
(
"Issues"
,
project_issues_path
(
@project
))
-
content_for
:page_specific_javascripts
do
=
webpack_bundle_tag
'common_vue'
...
...
app/views/projects/branches/index.html.haml
View file @
15a28238
...
...
@@ -3,7 +3,7 @@
=
render
"projects/commits/head"
-
if
show_new_nav?
-
breadcrumbs_extra_links
(
"Repository"
,
project_
files
_path
(
@project
))
-
breadcrumbs_extra_links
(
"Repository"
,
project_
tree
_path
(
@project
))
%div
{
class:
container_class
}
.top-area.adjust
...
...
app/views/projects/commits/show.html.haml
View file @
15a28238
...
...
@@ -5,7 +5,7 @@
=
auto_discovery_link_tag
(
:atom
,
project_commits_url
(
@project
,
@ref
,
rss_url_options
),
title:
"
#{
@project
.
name
}
:
#{
@ref
}
commits"
)
-
if
show_new_nav?
-
breadcrumbs_extra_links
(
"Repository"
,
project_
files
_path
(
@project
))
-
breadcrumbs_extra_links
(
"Repository"
,
project_
tree
_path
(
@project
))
=
content_for
:sub_nav
do
=
render
"head"
...
...
app/views/projects/compare/index.html.haml
View file @
15a28238
-
@no_container
=
true
-
page_title
"Compare"
-
if
show_new_nav?
-
breadcrumbs_extra_links
(
"Repository"
,
project_
files
_path
(
@project
))
-
breadcrumbs_extra_links
(
"Repository"
,
project_
tree
_path
(
@project
))
=
render
"projects/commits/head"
%div
{
class:
container_class
}
...
...
app/views/projects/compare/show.html.haml
View file @
15a28238
-
@no_container
=
true
-
page_title
"
#{
params
[
:from
]
}
...
#{
params
[
:to
]
}
"
-
if
show_new_nav?
-
breadcrumbs_extra_links
(
"Repository"
,
project_
files
_path
(
@project
))
-
breadcrumbs_extra_links
(
"Repository"
,
project_
tree
_path
(
@project
))
=
render
"projects/commits/head"
%div
{
class:
container_class
}
...
...
app/views/projects/environments/index.html.haml
View file @
15a28238
...
...
@@ -2,6 +2,9 @@
-
page_title
"Environments"
=
render
"projects/pipelines/head"
-
if
show_new_nav?
-
breadcrumbs_extra_links
(
"Pipelines"
,
project_pipelines_path
(
@project
))
-
content_for
:page_specific_javascripts
do
=
page_specific_javascript_bundle_tag
(
'common_vue'
)
=
page_specific_javascript_bundle_tag
(
"environments"
)
...
...
app/views/projects/graphs/charts.html.haml
View file @
15a28238
...
...
@@ -2,7 +2,7 @@
-
@breadcrumb_title
=
"Charts"
-
page_title
"Charts"
-
if
show_new_nav?
-
breadcrumbs_extra_links
(
"Repository"
,
project_
files
_path
(
@project
))
-
breadcrumbs_extra_links
(
"Repository"
,
project_
tree
_path
(
@project
))
-
content_for
:page_specific_javascripts
do
=
page_specific_javascript_bundle_tag
(
'common_d3'
)
=
page_specific_javascript_bundle_tag
(
'graphs'
)
...
...
app/views/projects/graphs/show.html.haml
View file @
15a28238
...
...
@@ -6,7 +6,7 @@
=
page_specific_javascript_bundle_tag
(
'graphs'
)
-
if
show_new_nav?
-
breadcrumbs_extra_links
(
"Repository"
,
project_
files
_path
(
@project
))
-
breadcrumbs_extra_links
(
"Repository"
,
project_
tree
_path
(
@project
))
=
render
'projects/commits/head'
...
...
app/views/projects/jobs/index.html.haml
View file @
15a28238
...
...
@@ -2,6 +2,9 @@
-
page_title
"Jobs"
=
render
"projects/pipelines/head"
-
if
show_new_nav?
-
breadcrumbs_extra_links
(
"Pipelines"
,
project_pipelines_path
(
@project
))
%div
{
class:
container_class
}
.top-area
-
build_path_proc
=
->
(
scope
)
{
project_jobs_path
(
@project
,
scope:
scope
)
}
...
...
app/views/projects/network/show.html.haml
View file @
15a28238
...
...
@@ -3,7 +3,7 @@
-
content_for
:page_specific_javascripts
do
=
page_specific_javascript_bundle_tag
(
'network'
)
-
if
show_new_nav?
-
breadcrumbs_extra_links
(
"Repository"
,
project_
files
_path
(
@project
))
-
breadcrumbs_extra_links
(
"Repository"
,
project_
tree
_path
(
@project
))
=
render
"projects/commits/head"
=
render
"head"
%div
{
class:
container_class
}
...
...
app/views/projects/new.html.haml
View file @
15a28238
-
@breadcrumb_link
=
dashboard_projects_path
-
@hide_top_links
=
true
-
page_title
'New Project'
-
header_title
"Projects"
,
dashboard_projects_path
...
...
app/views/projects/services/edit.html.haml
View file @
15a28238
-
@breadcrumb_title
=
"Integrations"
-
page_title
@service
.
title
,
"Services"
-
if
show_new_nav?
-
breadcrumbs_extra_links
(
"Settings"
,
edit_project_path
(
@project
))
=
render
"projects/settings/head"
=
render
'form'
app/views/projects/tags/index.html.haml
View file @
15a28238
...
...
@@ -4,7 +4,7 @@
=
render
"projects/commits/head"
-
if
show_new_nav?
-
breadcrumbs_extra_links
(
"Repository"
,
project_
files
_path
(
@project
))
-
breadcrumbs_extra_links
(
"Repository"
,
project_
tree
_path
(
@project
))
.flex-list
{
class:
container_class
}
.top-area.adjust
...
...
app/views/projects/tree/show.html.haml
View file @
15a28238
-
@no_container
=
true
-
@breadcrumb_title
=
_
(
"
Files
"
)
-
@breadcrumb_title
=
_
(
"
Repository
"
)
-
page_title
@path
.
presence
||
_
(
"Files"
),
@ref
=
content_for
:meta_tags
do
...
...
app/views/snippets/new.html.haml
View file @
15a28238
-
@hide_top_links
=
true
-
page_title
"New Snippet"
%h3
.page-title
New Snippet
...
...
app/views/snippets/show.html.haml
View file @
15a28238
-
@hide_top_links
=
true
-
@content_class
=
"limit-container-width limited-inner-width-container"
unless
fluid_layout
-
page_title
"
#{
@snippet
.
title
}
(
#{
@snippet
.
to_reference
}
)"
,
"Snippets"
...
...
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