Add a space in the page title

This commit is contained in:
Petko Bordjukov 2014-09-07 00:46:37 +03:00
parent ab1ce49c29
commit f37ef78058
1 changed files with 1 additions and 1 deletions

View File

@ -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