Remove left over artifact in page title

This commit is contained in:
Petko Bordjukov 2015-08-15 07:39:27 +03:00
parent 929bd85cd1
commit 34be35b8be
1 changed files with 0 additions and 3 deletions

View File

@ -2,9 +2,6 @@
<html>
<head>
<title>
<% 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? %>