summaryrefslogtreecommitdiff
path: root/app/views/layouts/navless.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/navless.html.haml')
-rw-r--r--app/views/layouts/navless.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/navless.html.haml b/app/views/layouts/navless.html.haml
index 730f3d09277..a3b55542bf7 100644
--- a/app/views/layouts/navless.html.haml
+++ b/app/views/layouts/navless.html.haml
@@ -3,7 +3,7 @@
= render "layouts/head", title: @title
%body{class: "#{app_theme} #{theme_type} application", :'data-page' => body_data_page}
= render "layouts/broadcast"
- = render "layouts/head_panel", title: @title
+ = render "layouts/head_panel", title: defined?(@title_url) ? link_to(@title, @title_url) : @title
.container.navless-container
.content
= render "layouts/flash"