diff options
Diffstat (limited to 'app/views/conferences/edit.html.haml')
-rw-r--r-- | app/views/conferences/edit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/conferences/edit.html.haml b/app/views/conferences/edit.html.haml index bc190e7..d5ec058 100644 --- a/app/views/conferences/edit.html.haml +++ b/app/views/conferences/edit.html.haml @@ -1,3 +1,3 @@ -- title t("conferences.edit.page_title") +- content_for :title, t("conferences.edit.page_title") = render "form" |