We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6adb90e + 894a3ea commit 5d03148Copy full SHA for 5d03148
lib/active_admin/views/pages/base.rb
@@ -22,7 +22,7 @@ def add_classes_to_body
22
23
def build_active_admin_head
24
within @head do
25
- insert_tag Arbre::HTML::Title, [title, render_or_call_method_or_proc_on(self, active_admin_namespace.site_title)].join(" | ")
+ insert_tag Arbre::HTML::Title, [title, render_or_call_method_or_proc_on(self, active_admin_namespace.site_title)].compact.join(" | ")
26
active_admin_application.stylesheets.each do |style, options|
27
text_node stylesheet_link_tag(style, options).html_safe
28
end
0 commit comments