summaryrefslogtreecommitdiff
path: root/app/views/phone_books
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-02-26 16:17:06 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-02-26 16:17:06 +0100
commitdf0bc9db9cdbf9bfbc92a5f1f00e57fc0e7d7792 (patch)
tree564867b6d12e5cc4ca03d37cf64ea381d3eba967 /app/views/phone_books
parent36919fb419a40688daa97e36734f579488cb56e2 (diff)
Search box in the top navigation bar.
Diffstat (limited to 'app/views/phone_books')
-rw-r--r--app/views/phone_books/_index_core.html.haml7
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