Commit 08a2b304 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'JonstonChan-externalize-breadcrumb_title-message' into 'master'

Externalize breadcrumb_title message

See merge request gitlab-org/gitlab!68999
parents 6b8aafa1 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 }
......
- 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'
- 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
......
- 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'
......
......@@ -12065,6 +12065,9 @@ msgstr ""
msgid "Edit Group Hook"
msgstr ""
msgid "Edit Identity"
msgstr ""
msgid "Edit Label"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment