Sha256: 53ab8793043cbb64226f031286479cc98180c101ea18a81acbdc50b4462c97bd

Contents?: true

Size: 982 Bytes

Versions: 24

Compression:

Stored size: 982 Bytes

Contents

<%= hidden_field_tag 'confirmed', params[:confirmed] %>
<%= hidden_field_tag 'published', params[:published] %>

<div class="panel panel-default">
  <div class="panel-heading">
    <div class='form-group'>
      <button name='<%= "bulkop_#{position}" %>' class="btn btn-success btn-sm" value='Mark Checked Items as Ham'><%= t('.mark_checked_items_as_ham') %></button>
    </div>
    <div class='form-group'>
      <button name='<%= "bulkop_#{position}" %>' class="btn btn-warning btn-sm" value='Mark Checked Items as Spam'><%= t('.mark_checked_items_as_spam') %></button>
    </div>
    <div class='form-group'>
      <button name='<%= "bulkop_#{position}" %>' class="btn btn-danger btn-sm" value='Delete Checked Items'><%= t('.delete_checked_items') %></button>
    </div>
    <div class='form-group pull-right'>
      <button name='<%= "bulkop_#{position}" %>' class="btn btn-danger btn-sm" value='Delete all spam'><%= t('.delete_all_spam') %></button>
    </div>
  </div>
</div>

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
publify_core-10.0.2 app/views/admin/feedback/_button.html.erb
HornsAndHooves-publify_core-10.5.0 app/views/admin/feedback/_button.html.erb
HornsAndHooves-publify_core-10.4.0 app/views/admin/feedback/_button.html.erb
HornsAndHooves-publify_core-10.3.0 app/views/admin/feedback/_button.html.erb
HornsAndHooves-publify_core-10.2.0 app/views/admin/feedback/_button.html.erb
publify_core-10.0.1 app/views/admin/feedback/_button.html.erb
publify_core-10.0.0 app/views/admin/feedback/_button.html.erb
publify_core-9.2.10 app/views/admin/feedback/_button.html.erb
HornsAndHooves-publify_core-10.1.1 app/views/admin/feedback/_button.html.erb
HornsAndHooves-publify_core-10.1.0 app/views/admin/feedback/_button.html.erb
HornsAndHooves-publify_core-10.0.3 app/views/admin/feedback/_button.html.erb
HornsAndHooves-publify_core-10.0.2 app/views/admin/feedback/_button.html.erb
HornsAndHooves-publify_core-10.0.1 app/views/admin/feedback/_button.html.erb
HornsAndHooves-publify_core-10.0.0 app/views/admin/feedback/_button.html.erb
publify_core-9.2.9 app/views/admin/feedback/_button.html.erb
publify_core-9.2.8 app/views/admin/feedback/_button.html.erb
publify_core-9.2.7 app/views/admin/feedback/_button.html.erb
publify_core-9.2.6 app/views/admin/feedback/_button.html.erb
publify_core-9.2.5 app/views/admin/feedback/_button.html.erb
publify_core-9.2.4 app/views/admin/feedback/_button.html.erb