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.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/phone_book_entries/_index_core.html.haml b/app/views/phone_book_entries/_index_core.html.haml
index e98e8d5..6e35221 100644
--- a/app/views/phone_book_entries/_index_core.html.haml
+++ b/app/views/phone_book_entries/_index_core.html.haml
@@ -3,16 +3,16 @@
%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
+
+
+ %table{:class => 'table table-striped'}
- for entry in phone_book_entries
- 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,
~# Mario.
- %tr.phone-book-entry{:class => cycle('odd', 'even'), :"itemscope itemtype" => "http://schema.org/Person"}
+ %tr.phone-book-entry{:"itemscope itemtype" => "http://schema.org/Person"}
%td.thumbnail
= image_tag(entry.image_url(:small).to_s, :itemprop => 'image')
%td.user