Commit 5a6b445f authored by Eugenia Grieff's avatar Eugenia Grieff

Add missing page titles to templates

parent fe78ca30
- breadcrumb_title _("Gitaly Servers") - breadcrumb_title _("Gitaly Servers")
- page_title _("Gitaly Servers")
%h3.page-title= _("Gitaly Servers") %h3.page-title= _("Gitaly Servers")
%hr %hr
......
- breadcrumb_title "Jobs" - breadcrumb_title _("Jobs")
- page_title _("Jobs")
.top-area.scrolling-tabs-container.inner-page-scroll-tabs .top-area.scrolling-tabs-container.inner-page-scroll-tabs
- build_path_proc = ->(scope) { admin_jobs_path(scope: scope) } - build_path_proc = ->(scope) { admin_jobs_path(scope: scope) }
......
- breadcrumb_title _('Runners') - breadcrumb_title _('Runners')
- page_title _('Runners')
.row .row
.col-sm-6 .col-sm-6
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
%span.runner-state.runner-state-specific %span.runner-state.runner-state-specific
Specific Specific
- page_title _("Runners")
- add_to_breadcrumbs _("Runners"), admin_runners_path - add_to_breadcrumbs _("Runners"), admin_runners_path
- breadcrumb_title "##{@runner.id}" - breadcrumb_title "##{@runner.id}"
......
- breadcrumb_title _("General Settings") - breadcrumb_title _("General Settings")
- page_title _("General Settings")
- @content_class = "limit-container-width" unless fluid_layout - @content_class = "limit-container-width" unless fluid_layout
- expanded = expanded_by_default? - expanded = expanded_by_default?
......
- breadcrumb_title "Projects" - breadcrumb_title _("Projects")
- page_title _("Projects")
.card.prepend-top-default .card.prepend-top-default
.card-header .card-header
......
- breadcrumb_title "CI / CD Settings" - breadcrumb_title _("CI / CD Settings")
- page_title "CI / CD" - page_title _("CI / CD")
- expanded = expanded_by_default? - expanded = expanded_by_default?
- general_expanded = @group.errors.empty? ? expanded : true - general_expanded = @group.errors.empty? ? expanded : true
......
- breadcrumb_title _("Details") - breadcrumb_title _("Details")
- page_title _("Details")
- @content_class = "limit-container-width" unless fluid_layout - @content_class = "limit-container-width" unless fluid_layout
= content_for :meta_tags do = content_for :meta_tags do
......
- breadcrumb_title _("Cohorts") - breadcrumb_title _("Cohorts")
- page_title _("Cohorts")
- if @cohorts - if @cohorts
= render 'cohorts_table' = render 'cohorts_table'
......
- page_title _("Snippets")
- header_title _("Snippets"), snippets_path - header_title _("Snippets"), snippets_path
- snippets_upload_path = snippets_upload_path(@snippet, current_user) - snippets_upload_path = snippets_upload_path(@snippet, current_user)
......
- breadcrumb_title s_("Profiles|Edit Profile") - breadcrumb_title s_("Profiles|Edit Profile")
- page_title s_("Profiles|Edit Profile")
- @content_class = "limit-container-width" unless fluid_layout - @content_class = "limit-container-width" unless fluid_layout
- gravatar_link = link_to Gitlab.config.gravatar.host, 'https://' + Gitlab.config.gravatar.host - gravatar_link = link_to Gitlab.config.gravatar.host, 'https://' + Gitlab.config.gravatar.host
......
- @content_class = "limit-container-width" unless fluid_layout - @content_class = "limit-container-width" unless fluid_layout
- breadcrumb_title _("Details") - breadcrumb_title _("Details")
- page_title _("Details")
= render partial: 'flash_messages', locals: { project: @project } = render partial: 'flash_messages', locals: { project: @project }
......
- breadcrumb_title _("Details") - breadcrumb_title _("Details")
- page_title _("Details")
%h2 %h2
%i.fa.fa-warning %i.fa.fa-warning
......
- breadcrumb_title _("Details") - breadcrumb_title _("Details")
- page_title _("Details")
- @content_class = "limit-container-width" unless fluid_layout - @content_class = "limit-container-width" unless fluid_layout
= content_for :meta_tags do = content_for :meta_tags do
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
- epics_limit_feature = 'epics_limit_warning_dismissed' - epics_limit_feature = 'epics_limit_warning_dismissed'
- sub_epics_feature_available = @group.feature_available?(:subepics) - sub_epics_feature_available = @group.feature_available?(:subepics)
- allow_sub_epics = sub_epics_feature_available ? 'true' : 'false' - 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? - has_filters_applied = params[:label_name].present? || params[:author_username].present? || params[:search].present?
......
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