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
786c3f7f
Commit
786c3f7f
authored
Aug 26, 2021
by
Jonston Chan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Externalize add_to_breadcrumbs messages
Externalizes add_to_breadcrumbs messages Changelog: changed
parent
b040c392
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
app/views/admin/identities/edit.html.haml
app/views/admin/identities/edit.html.haml
+1
-1
app/views/admin/identities/index.html.haml
app/views/admin/identities/index.html.haml
+1
-1
app/views/admin/identities/new.html.haml
app/views/admin/identities/new.html.haml
+1
-1
app/views/admin/impersonation_tokens/index.html.haml
app/views/admin/impersonation_tokens/index.html.haml
+1
-1
app/views/profiles/keys/show.html.haml
app/views/profiles/keys/show.html.haml
+1
-1
app/views/projects/error_tracking/details.html.haml
app/views/projects/error_tracking/details.html.haml
+1
-1
app/views/shared/wikis/pages.html.haml
app/views/shared/wikis/pages.html.haml
+1
-1
No files found.
app/views/admin/identities/edit.html.haml
View file @
786c3f7f
-
add_to_breadcrumbs
"Users"
,
admin_users_path
-
add_to_breadcrumbs
_
(
'Users'
)
,
admin_users_path
-
add_to_breadcrumbs
@user
.
name
,
admin_user_identities_path
(
@user
)
-
breadcrumb_title
"Edit Identity"
-
page_title
_
(
"Edit"
),
@identity
.
provider
,
_
(
"Identities"
),
@user
.
name
,
_
(
"Users"
)
...
...
app/views/admin/identities/index.html.haml
View file @
786c3f7f
-
add_to_breadcrumbs
"Users"
,
admin_users_path
-
add_to_breadcrumbs
_
(
'Users'
)
,
admin_users_path
-
breadcrumb_title
@user
.
name
-
page_title
_
(
"Identities"
),
@user
.
name
,
_
(
"Users"
)
=
render
'admin/users/head'
...
...
app/views/admin/identities/new.html.haml
View file @
786c3f7f
-
add_to_breadcrumbs
"Users"
,
admin_users_path
-
add_to_breadcrumbs
_
(
'Users'
)
,
admin_users_path
-
add_to_breadcrumbs
@user
.
name
,
admin_user_identities_path
(
@user
)
-
breadcrumb_title
"New Identity"
-
page_title
_
(
"New Identity"
)
...
...
app/views/admin/impersonation_tokens/index.html.haml
View file @
786c3f7f
-
add_to_breadcrumbs
'Users'
,
admin_users_path
-
add_to_breadcrumbs
_
(
'Users'
)
,
admin_users_path
-
breadcrumb_title
@user
.
name
-
page_title
_
(
'Impersonation Tokens'
),
@user
.
name
,
_
(
'Users'
)
-
type
=
_
(
'impersonation token'
)
...
...
app/views/profiles/keys/show.html.haml
View file @
786c3f7f
-
add_to_breadcrumbs
"SSH Keys"
,
profile_keys_path
-
add_to_breadcrumbs
_
(
'SSH Keys'
)
,
profile_keys_path
-
breadcrumb_title
@key
.
title
-
page_title
@key
.
title
,
_
(
'SSH Keys'
)
-
@content_class
=
"limit-container-width"
unless
fluid_layout
...
...
app/views/projects/error_tracking/details.html.haml
View file @
786c3f7f
-
page_title
_
(
'Error Details'
)
-
add_to_breadcrumbs
'Errors'
,
project_error_tracking_index_path
(
@project
)
-
add_to_breadcrumbs
_
(
'Errors'
)
,
project_error_tracking_index_path
(
@project
)
-
add_page_specific_style
'page_bundles/error_tracking_details'
#js-error_details
{
data:
error_details_data
(
@project
,
@issue_id
)
}
app/views/shared/wikis/pages.html.haml
View file @
786c3f7f
-
add_to_breadcrumbs
"Wiki"
,
wiki_path
(
@wiki
)
-
add_to_breadcrumbs
_
(
'Wiki'
)
,
wiki_path
(
@wiki
)
-
breadcrumb_title
s_
(
"Wiki|Pages"
)
-
page_title
s_
(
"Wiki|Pages"
),
_
(
"Wiki"
)
-
sort_title
=
wiki_sort_title
(
params
[
:sort
])
...
...
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