summaryrefslogtreecommitdiff
path: root/app/views/phone_book_entries
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-21 21:30:48 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-22 00:02:50 +0100
commitd8fe3b636cab1504cb5d3cb5dc57ed818749ccf5 (patch)
tree8da5973505763a836e59d59c7604f1b381891973 /app/views/phone_book_entries
parentc8973406e83861f593af33c959abd4529a855437 (diff)
Twitter Bootstrap stuff.
Diffstat (limited to 'app/views/phone_book_entries')
-rw-r--r--app/views/phone_book_entries/_index_core.de.html.haml2
-rw-r--r--app/views/phone_book_entries/_index_core.html.haml4
2 files changed, 3 insertions, 3 deletions
diff --git a/app/views/phone_book_entries/_index_core.de.html.haml b/app/views/phone_book_entries/_index_core.de.html.haml
index bc8d118..fb1dd6f 100644
--- a/app/views/phone_book_entries/_index_core.de.html.haml
+++ b/app/views/phone_book_entries/_index_core.de.html.haml
@@ -3,7 +3,7 @@
%header.entries-nav= render :partial => "phone_book_entries/navigation"
.content
- cache(['phone_book_entries_table', I18n.locale, current_user, phone_book_entries]) do
- - reset_cycle
+
%table{:class => 'table table-striped'}
- for entry in phone_book_entries
- cache(['phone_book_entries_table_tr', I18n.locale, current_user, entry]) do
diff --git a/app/views/phone_book_entries/_index_core.html.haml b/app/views/phone_book_entries/_index_core.html.haml
index 0e687f9..1e24b5d 100644
--- a/app/views/phone_book_entries/_index_core.html.haml
+++ b/app/views/phone_book_entries/_index_core.html.haml
@@ -3,8 +3,8 @@
%header.entries-nav= render :partial => "phone_book_entries/navigation"
.content
- cache(['phone_book_entries_table', I18n.locale, current_user, phone_book_entries]) do
- - reset_cycle
- - reset_cycle
+
+
%table{:class => 'table table-striped'}
- for entry in phone_book_entries
- cache(['phone_book_entries_table_tr', I18n.locale, current_user, entry]) do