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
5a6b445f
Commit
5a6b445f
authored
May 28, 2020
by
Eugenia Grieff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing page titles to templates
parent
fe78ca30
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
18 additions
and
4 deletions
+18
-4
app/views/admin/gitaly_servers/index.html.haml
app/views/admin/gitaly_servers/index.html.haml
+1
-0
app/views/admin/jobs/index.html.haml
app/views/admin/jobs/index.html.haml
+2
-1
app/views/admin/runners/index.html.haml
app/views/admin/runners/index.html.haml
+1
-0
app/views/admin/runners/show.html.haml
app/views/admin/runners/show.html.haml
+1
-0
app/views/groups/edit.html.haml
app/views/groups/edit.html.haml
+1
-0
app/views/groups/projects.html.haml
app/views/groups/projects.html.haml
+2
-1
app/views/groups/settings/ci_cd/show.html.haml
app/views/groups/settings/ci_cd/show.html.haml
+2
-2
app/views/groups/show.html.haml
app/views/groups/show.html.haml
+1
-0
app/views/instance_statistics/cohorts/index.html.haml
app/views/instance_statistics/cohorts/index.html.haml
+1
-0
app/views/layouts/snippets.html.haml
app/views/layouts/snippets.html.haml
+1
-0
app/views/profiles/show.html.haml
app/views/profiles/show.html.haml
+1
-0
app/views/projects/empty.html.haml
app/views/projects/empty.html.haml
+1
-0
app/views/projects/no_repo.html.haml
app/views/projects/no_repo.html.haml
+1
-0
app/views/projects/show.html.haml
app/views/projects/show.html.haml
+1
-0
ee/app/views/groups/roadmap/show.html.haml
ee/app/views/groups/roadmap/show.html.haml
+1
-0
No files found.
app/views/admin/gitaly_servers/index.html.haml
View file @
5a6b445f
-
breadcrumb_title
_
(
"Gitaly Servers"
)
-
page_title
_
(
"Gitaly Servers"
)
%h3
.page-title
=
_
(
"Gitaly Servers"
)
%hr
...
...
app/views/admin/jobs/index.html.haml
View file @
5a6b445f
-
breadcrumb_title
"Jobs"
-
breadcrumb_title
_
(
"Jobs"
)
-
page_title
_
(
"Jobs"
)
.top-area.scrolling-tabs-container.inner-page-scroll-tabs
-
build_path_proc
=
->
(
scope
)
{
admin_jobs_path
(
scope:
scope
)
}
...
...
app/views/admin/runners/index.html.haml
View file @
5a6b445f
-
breadcrumb_title
_
(
'Runners'
)
-
page_title
_
(
'Runners'
)
.row
.col-sm-6
...
...
app/views/admin/runners/show.html.haml
View file @
5a6b445f
...
...
@@ -9,6 +9,7 @@
%span
.runner-state.runner-state-specific
Specific
-
page_title
_
(
"Runners"
)
-
add_to_breadcrumbs
_
(
"Runners"
),
admin_runners_path
-
breadcrumb_title
"#
#{
@runner
.
id
}
"
...
...
app/views/groups/edit.html.haml
View file @
5a6b445f
-
breadcrumb_title
_
(
"General Settings"
)
-
page_title
_
(
"General Settings"
)
-
@content_class
=
"limit-container-width"
unless
fluid_layout
-
expanded
=
expanded_by_default?
...
...
app/views/groups/projects.html.haml
View file @
5a6b445f
-
breadcrumb_title
"Projects"
-
breadcrumb_title
_
(
"Projects"
)
-
page_title
_
(
"Projects"
)
.card.prepend-top-default
.card-header
...
...
app/views/groups/settings/ci_cd/show.html.haml
View file @
5a6b445f
-
breadcrumb_title
"CI / CD Settings"
-
page_title
"CI / CD"
-
breadcrumb_title
_
(
"CI / CD Settings"
)
-
page_title
_
(
"CI / CD"
)
-
expanded
=
expanded_by_default?
-
general_expanded
=
@group
.
errors
.
empty?
?
expanded
:
true
...
...
app/views/groups/show.html.haml
View file @
5a6b445f
-
breadcrumb_title
_
(
"Details"
)
-
page_title
_
(
"Details"
)
-
@content_class
=
"limit-container-width"
unless
fluid_layout
=
content_for
:meta_tags
do
...
...
app/views/instance_statistics/cohorts/index.html.haml
View file @
5a6b445f
-
breadcrumb_title
_
(
"Cohorts"
)
-
page_title
_
(
"Cohorts"
)
-
if
@cohorts
=
render
'cohorts_table'
...
...
app/views/layouts/snippets.html.haml
View file @
5a6b445f
-
page_title
_
(
"Snippets"
)
-
header_title
_
(
"Snippets"
),
snippets_path
-
snippets_upload_path
=
snippets_upload_path
(
@snippet
,
current_user
)
...
...
app/views/profiles/show.html.haml
View file @
5a6b445f
-
breadcrumb_title
s_
(
"Profiles|Edit Profile"
)
-
page_title
s_
(
"Profiles|Edit Profile"
)
-
@content_class
=
"limit-container-width"
unless
fluid_layout
-
gravatar_link
=
link_to
Gitlab
.
config
.
gravatar
.
host
,
'https://'
+
Gitlab
.
config
.
gravatar
.
host
...
...
app/views/projects/empty.html.haml
View file @
5a6b445f
-
@content_class
=
"limit-container-width"
unless
fluid_layout
-
breadcrumb_title
_
(
"Details"
)
-
page_title
_
(
"Details"
)
=
render
partial:
'flash_messages'
,
locals:
{
project:
@project
}
...
...
app/views/projects/no_repo.html.haml
View file @
5a6b445f
-
breadcrumb_title
_
(
"Details"
)
-
page_title
_
(
"Details"
)
%h2
%i
.fa.fa-warning
...
...
app/views/projects/show.html.haml
View file @
5a6b445f
-
breadcrumb_title
_
(
"Details"
)
-
page_title
_
(
"Details"
)
-
@content_class
=
"limit-container-width"
unless
fluid_layout
=
content_for
:meta_tags
do
...
...
ee/app/views/groups/roadmap/show.html.haml
View file @
5a6b445f
...
...
@@ -8,6 +8,7 @@
-
epics_limit_feature
=
'epics_limit_warning_dismissed'
-
sub_epics_feature_available
=
@group
.
feature_available?
(
:subepics
)
-
allow_sub_epics
=
sub_epics_feature_available
?
'true'
:
'false'
-
page_title
_
(
"Epics Roadmap"
)
-
has_filters_applied
=
params
[
:label_name
].
present?
||
params
[
:author_username
].
present?
||
params
[
:search
].
present?
...
...
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