Skip to content

Commit

Permalink
Merge pull request #16788 from opf/57993-browser-tab-is-missing-bread…
Browse files Browse the repository at this point in the history
…crumb

[57993] Browser tab is missing breadcrumb
  • Loading branch information
EinLama authored Sep 24, 2024
2 parents 488e7ed + 0d2e247 commit 469b0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/admin/design_header_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ See COPYRIGHT and LICENSE files for more details.
++#%>

<% helpers.html_title t(:label_administration), t(:label_custom_style), @title %>
<% helpers.html_title t(:label_administration), t(:label_custom_style), selected_tab(@tabs)[:label] %>
<%=
render(Primer::OpenProject::PageHeader.new) do |header|
header.with_title { t(:label_custom_style) }
Expand Down

0 comments on commit 469b0d3

Please sign in to comment.