summaryrefslogtreecommitdiff
path: root/app/views/phone_book_entries/_index_core.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/phone_book_entries/_index_core.html.haml')
-rw-r--r--app/views/phone_book_entries/_index_core.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/phone_book_entries/_index_core.html.haml b/app/views/phone_book_entries/_index_core.html.haml
index 37ad905..e98e8d5 100644
--- a/app/views/phone_book_entries/_index_core.html.haml
+++ b/app/views/phone_book_entries/_index_core.html.haml
@@ -2,12 +2,12 @@
%section.phone-book-entries
%header.entries-nav= render :partial => "phone_book_entries/navigation"
.content
- - cache([I18n.locale, 'phone_book_entries_table', current_user, phone_book_entries]) do
+ - cache(['phone_book_entries_table', I18n.locale, current_user, phone_book_entries]) do
- reset_cycle
- reset_cycle
%table
- for entry in phone_book_entries
- - cache([I18n.locale, 'phone_book_entries_table_tr', current_user, entry]) do
+ - cache(['phone_book_entries_table_tr', I18n.locale, current_user, entry]) do
~# Dear IE7,
~# Because of you we have to do this with a table.
~# With Love,