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