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