Remove left over artifact in page title
This commit is contained in:
parent
929bd85cd1
commit
34be35b8be
|
@ -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? %>
|
||||
|
|
Loading…
Reference in New Issue