From 34be35b8be0250e72b29123abf4f3990df3cd287 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Sat, 15 Aug 2015 07:39:27 +0300 Subject: [PATCH] Remove left over artifact in page title --- lib/initfest/views/layouts/public/application.html.erb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/initfest/views/layouts/public/application.html.erb b/lib/initfest/views/layouts/public/application.html.erb index 1f26aad..5392ce6 100644 --- a/lib/initfest/views/layouts/public/application.html.erb +++ b/lib/initfest/views/layouts/public/application.html.erb @@ -2,9 +2,6 @@ - <% if content_for? :title %> - <%= yield :title %> - <% end %> <% if content_for?(:title) and current_conference? %> <%= yield :title %> | <%= current_conference.try :title %> <% elsif !content_for?(:title) and current_conference? %>