fix: Use page_title with fallback to name for portal display titles (#13719)
This commit is contained in:
@@ -34,7 +34,7 @@ By default, it renders:
|
||||
<% if content_for?(:head) %>
|
||||
<%= yield(:head) %>
|
||||
<% else %>
|
||||
<title><%= @portal.page_title%></title>
|
||||
<title><%= @portal.display_title %></title>
|
||||
<% end %>
|
||||
|
||||
<% if @portal.logo.present? %>
|
||||
|
||||
Reference in New Issue
Block a user