From 466c90b7c7e04901142ca40b0220293de36af0c2 Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Tue, 30 Apr 2013 11:58:40 +0200 Subject: table footer added --- app/views/voicemail_messages/_index_core.html.haml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'app/views') 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 -- cgit v1.2.3