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
16855d90
Commit
16855d90
authored
Aug 31, 2018
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix incorrect `page_title`, `nav`, and `header_title` usage in EE views
parent
4b3e9f56
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ee/app/views/groups/sso/saml.html.haml
ee/app/views/groups/sso/saml.html.haml
+1
-1
ee/app/views/projects/prometheus/metrics/edit.html.haml
ee/app/views/projects/prometheus/metrics/edit.html.haml
+1
-1
ee/app/views/projects/prometheus/metrics/new.html.haml
ee/app/views/projects/prometheus/metrics/new.html.haml
+1
-1
No files found.
ee/app/views/groups/sso/saml.html.haml
View file @
16855d90
-
page_title
=
_
(
'SAML SSO for %{group_name}'
)
%
{
group_name:
@group_name
}
-
page_title
_
(
'SAML SSO for %{group_name}'
)
%
{
group_name:
@group_name
}
=
render
'devise/shared/tab_single'
,
tab_title:
_
(
'SAML SSO'
)
.login-box
...
...
ee/app/views/projects/prometheus/metrics/edit.html.haml
View file @
16855d90
-
add_to_breadcrumbs
_
(
"Settings"
),
edit_project_path
(
@project
)
-
add_to_breadcrumbs
_
(
"Integrations"
),
project_settings_integrations_path
(
@project
)
-
add_to_breadcrumbs
"Prometheus"
,
edit_project_service_path
(
@project
,
PrometheusService
)
-
breadcrumb_title
=
s_
(
'Metrics|Edit metric'
)
-
breadcrumb_title
s_
(
'Metrics|Edit metric'
)
-
page_title
@metric
.
title
,
s_
(
'Metrics|Edit metric'
)
=
render
'form'
,
project:
@project
,
metric:
@metric
ee/app/views/projects/prometheus/metrics/new.html.haml
View file @
16855d90
-
add_to_breadcrumbs
_
(
"Settings"
),
edit_project_path
(
@project
)
-
add_to_breadcrumbs
_
(
"Integrations"
),
project_settings_integrations_path
(
@project
)
-
add_to_breadcrumbs
"Prometheus"
,
edit_project_service_path
(
@project
,
PrometheusService
)
-
breadcrumb_title
=
s_
(
'Metrics|New metric'
)
-
breadcrumb_title
s_
(
'Metrics|New metric'
)
-
page_title
s_
(
'Metrics|New metric'
)
=
render
'form'
,
project:
@project
,
metric:
@metric
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