Fix minor bug

This commit is contained in:
Petko Bordjukov 2014-09-02 16:31:57 +03:00
parent 823dd38775
commit 91bc245d59
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ html
head
meta charset="utf-8"
title
= Conference.current.title
= Conference.current.try :title
= yield :title if content_for? :title
= stylesheet_link_tag 'application'
= csrf_meta_tags