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
d3ceacb0
Commit
d3ceacb0
authored
Aug 25, 2021
by
Jonston Chan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Externalize breadcrumb_title message
Externalizes breadcrumb_title messages Changelog: changed
parent
14bd84e5
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
5 deletions
+8
-5
app/views/admin/identities/edit.html.haml
app/views/admin/identities/edit.html.haml
+1
-1
app/views/admin/identities/new.html.haml
app/views/admin/identities/new.html.haml
+2
-2
app/views/projects/blob/show.html.haml
app/views/projects/blob/show.html.haml
+1
-1
app/views/projects/pipeline_schedules/new.html.haml
app/views/projects/pipeline_schedules/new.html.haml
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
app/views/admin/identities/edit.html.haml
View file @
d3ceacb0
-
add_to_breadcrumbs
"Users"
,
admin_users_path
-
add_to_breadcrumbs
@user
.
name
,
admin_user_identities_path
(
@user
)
-
breadcrumb_title
"Edit Identity"
-
breadcrumb_title
_
(
'Edit Identity'
)
-
page_title
_
(
"Edit"
),
@identity
.
provider
,
_
(
"Identities"
),
@user
.
name
,
_
(
"Users"
)
%h3
.page-title
=
_
(
'Edit identity for %{user_name}'
)
%
{
user_name:
@user
.
name
}
...
...
app/views/admin/identities/new.html.haml
View file @
d3ceacb0
-
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"
)
-
breadcrumb_title
_
(
'New Identity'
)
-
page_title
_
(
'New Identity'
)
%h3
.page-title
=
_
(
'New identity'
)
%hr
=
render
'form'
app/views/projects/blob/show.html.haml
View file @
d3ceacb0
-
breadcrumb_title
"Repository"
-
breadcrumb_title
_
(
'Repository'
)
-
page_title
@blob
.
path
,
@ref
-
signatures_path
=
namespace_project_signatures_path
(
namespace_id:
@project
.
namespace
.
full_path
,
project_id:
@project
.
path
,
id:
@last_commit
,
limit:
1
)
-
content_for
:prefetch_asset_tags
do
...
...
app/views/projects/pipeline_schedules/new.html.haml
View file @
d3ceacb0
-
breadcrumb_title
"Schedules"
-
breadcrumb_title
_
(
'Schedules'
)
-
@breadcrumb_link
=
namespace_project_pipeline_schedules_path
(
@project
.
namespace
,
@project
)
-
page_title
_
(
"New Pipeline Schedule"
)
-
add_page_specific_style
'page_bundles/pipeline_schedules'
...
...
locale/gitlab.pot
View file @
d3ceacb0
...
...
@@ -12062,6 +12062,9 @@ msgstr ""
msgid "Edit Group Hook"
msgstr ""
msgid "Edit Identity"
msgstr ""
msgid "Edit Label"
msgstr ""
...
...
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