summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-04-30 11:58:40 +0200
committerPeter Kozak <spag@golwen.net>2013-04-30 11:58:40 +0200
commit466c90b7c7e04901142ca40b0220293de36af0c2 (patch)
tree194e1daf8e6abafc66027d1ec8541bd5223822c0 /app
parent8bf701532cfb0009a367aa936b21b7f3fe338a5d (diff)
table footer added
Diffstat (limited to 'app')
-rw-r--r--app/views/voicemail_messages/_index_core.html.haml8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/views/voicemail_messages/_index_core.html.haml b/app/views/voicemail_messages/_index_core.html.haml
index 0616b61..09e3b95 100644
--- a/app/views/voicemail_messages/_index_core.html.haml
+++ b/app/views/voicemail_messages/_index_core.html.haml
@@ -19,7 +19,13 @@
=sortable :flags, t("voicemail_messages.index.message_flags")
%th
%th
-
+ %tfoot
+ %tr
+ %td{:colspan => 2}
+ = button_tag(:type => 'submit', :class => 'btn btn-mini btn-danger', :confirm => t("voicemail_messages.index.actions.confirm_selected")) do
+ %i{:class => 'icon-trash icon-white'}
+ = t("voicemail_messages.index.actions.destroy_multiple")
+ %td{:colspan => 4}
%tbody
- for voicemail_message in voicemail_messages
- phone_book_entry = nil