diff options
author | Peter Kozak <spag@golwen.net> | 2013-04-30 10:13:42 +0200 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-04-30 10:13:42 +0200 |
commit | 2beeef5436da123dac0b3a9020c0ee352c8724c9 (patch) | |
tree | 3aa3ee3861964b5104e38bc5450740cf15ff3832 | |
parent | 7f50ae3e137a2c14754f79e31e8034c4e2a40cf4 (diff) |
delete multiple items
-rw-r--r-- | app/views/call_histories/_index_core.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/call_histories/_index_core.html.haml b/app/views/call_histories/_index_core.html.haml index 0cbcd60..fd335d4 100644 --- a/app/views/call_histories/_index_core.html.haml +++ b/app/views/call_histories/_index_core.html.haml @@ -6,6 +6,8 @@ %thead %tr %th{:width => '10px'} + = button_tag(:type => 'submit', :class => 'btn btn-mini btn-danger', :confirm => t("call_histories.index.actions.confirm_selected")) do + %i{:class => 'icon-trash icon-white'} %th =sortable :start_stamp, t("call_histories.index.date") %th{:width => '10px'} |