Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
5bf8d8bc7f52
Commit
15a28238
authored
Jul 07, 2017
by
Phil Hughes
Browse files
fixed breadcrumb titles
parent
9f1cd47b1246
Changes
24
Hide whitespace changes
Inline
Side-by-side
app/views/admin/services/edit.html.haml
View file @
5bf8d8bc
-
@breadcrumb_title
=
"Service Templates"
-
page_title
@service
.
title
,
"Service Templates"
=
render
'form'
app/views/dashboard/issues.html.haml
View file @
5bf8d8bc
-
@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 @
5bf8d8bc
-
@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 @
5bf8d8bc
-
@hide_top_links
=
true
-
page_title
"Snippets"
-
header_title
"Snippets"
,
snippets_path
...
...
app/views/groups/new.html.haml
View file @
5bf8d8bc
-
@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 @
5bf8d8bc
...
...
@@ -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 @
5bf8d8bc
-
@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 @
5bf8d8bc
-
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 @
5bf8d8bc
...
...
@@ -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 @
5bf8d8bc
...
...
@@ -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 @
5bf8d8bc
...
...
@@ -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 @
5bf8d8bc
-
@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 @
5bf8d8bc
-
@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 @
5bf8d8bc
...
...
@@ -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 @
5bf8d8bc
...
...
@@ -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 @
5bf8d8bc
...
...
@@ -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 @
5bf8d8bc
...
...
@@ -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 @
5bf8d8bc
...
...
@@ -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 @
5bf8d8bc
-
@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 @
5bf8d8bc
-
@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'
Prev
1
2
Next
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