Add a space in the page title
This commit is contained in:
parent
ab1ce49c29
commit
f37ef78058
|
@ -5,7 +5,7 @@ html
|
|||
meta charset="utf-8"
|
||||
title
|
||||
= Conference.current.try :title
|
||||
= yield :title if content_for? :title
|
||||
=< yield :title if content_for? :title
|
||||
= stylesheet_link_tag 'application'
|
||||
= csrf_meta_tags
|
||||
body
|
||||
|
|
Loading…
Reference in New Issue