diff options
-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'} |