diff options
Diffstat (limited to 'app/views/phone_books/show.html.haml')
-rw-r--r-- | app/views/phone_books/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/phone_books/show.html.haml b/app/views/phone_books/show.html.haml index 047b15e..5140b91 100644 --- a/app/views/phone_books/show.html.haml +++ b/app/views/phone_books/show.html.haml @@ -1,4 +1,4 @@ -- title @phone_book +- content_for :title, @phone_book - if ! @phone_book.description.blank? %p %strong= t('phone_books.show.description') + ":" |