diff options
Diffstat (limited to 'app/views/conferences/index.html.haml')
-rw-r--r-- | app/views/conferences/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/conferences/index.html.haml b/app/views/conferences/index.html.haml index 0324acd..08f5cc1 100644 --- a/app/views/conferences/index.html.haml +++ b/app/views/conferences/index.html.haml @@ -1,4 +1,4 @@ -- title t("conferences.index.page_title") +- content_for :title, t("conferences.index.page_title") - if @conferences.count > 0 = render "index_core", :conferences => @conferences |