From 085582f9462b7839d7bee221548d6f7fe1cdf989 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Sun, 9 Oct 2016 00:23:32 +0300 Subject: [PATCH] Add current conference to the title if present --- app/views/layouts/management.html.slim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/layouts/management.html.slim b/app/views/layouts/management.html.slim index 0a2dd27..8fe5147 100644 --- a/app/views/layouts/management.html.slim +++ b/app/views/layouts/management.html.slim @@ -8,6 +8,9 @@ html title - if content_for? :title => content_for :title + - if current_conference.present? + | | + =<> current_conference.title | | Clarion - else | Clarion