diff options
| author | Peter Kozak <spag@golwen.net> | 2013-02-26 16:17:05 -0500 |
|---|---|---|
| committer | Peter Kozak <spag@golwen.net> | 2013-02-26 16:17:05 -0500 |
| commit | c175bbeec5c1573ba34da80cd1ec024e2be32b40 (patch) | |
| tree | 28b6373dd4ffefa1897a0e91b67f19ec8fb2795f /app/views/phone_books | |
| parent | bc45716cb2aa3cd81ad5519edac8e09239a45984 (diff) | |
| parent | 177a2c037468e222191b6668eb8e64a94833b18c (diff) | |
Merge branch 'develop' of github.com:amooma/GS5 into develop
Diffstat (limited to 'app/views/phone_books')
| -rw-r--r-- | app/views/phone_books/_index_core.html.haml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app/views/phone_books/_index_core.html.haml b/app/views/phone_books/_index_core.html.haml index 09ce3a3..290a12e 100644 --- a/app/views/phone_books/_index_core.html.haml +++ b/app/views/phone_books/_index_core.html.haml @@ -5,7 +5,9 @@ %th %span.visible-desktop = t('phone_books.index.description') - %th= t('phone_books.index.count') + %th + %span.visible-desktop + = t('phone_books.index.count') %tbody - for phone_book in phone_books @@ -16,6 +18,7 @@ %span.visible-desktop = phone_book.description %td - = number_with_delimiter( phone_book.phone_book_entries.count ) + %span.visible-desktop + = number_with_delimiter( phone_book.phone_book_entries.count ) =render :partial => 'shared/index_view_edit_destroy_part', :locals => {:parent => phone_book.phone_bookable, :child => phone_book}
\ No newline at end of file |
