Fix minor bug
This commit is contained in:
parent
823dd38775
commit
91bc245d59
|
@ -4,7 +4,7 @@ html
|
||||||
head
|
head
|
||||||
meta charset="utf-8"
|
meta charset="utf-8"
|
||||||
title
|
title
|
||||||
= Conference.current.title
|
= Conference.current.try :title
|
||||||
= yield :title if content_for? :title
|
= yield :title if content_for? :title
|
||||||
= stylesheet_link_tag 'application'
|
= stylesheet_link_tag 'application'
|
||||||
= csrf_meta_tags
|
= csrf_meta_tags
|
||||||
|
|
Loading…
Reference in New Issue