Fix minor bug
This commit is contained in:
parent
823dd38775
commit
91bc245d59
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue