Sha256: c09fd15d7ee7c15bdb6ca3b564b2faaf442127efb43aed06a35d1e00a7806bf7

Contents?: true

Size: 586 Bytes

Versions: 24

Compression:

Stored size: 586 Bytes

Contents

<%= form_tag :action => 'bulk' do %>

  <%= block.call %>

  <% if bulk_actions.any? %>

    <div id="filters">
      <ul class="predefined_filters">
        <li>
          <select id="bulk_action" name="batch_action">
            <option value="" selected="selected">Bulk actions</option>
            <% bulk_actions.each do |name, action| %>
              <option value="<%= action %>"><%= Typus::I18n.t(name) %></option>
            <% end %>
          </select>
        </li>

        <li><%= submit_tag Typus::I18n.t("Apply") %></li>
      </ul>
    </div>

  <% end %>

<% end %>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
typus-3.1.10 app/views/helpers/admin/resources/_actions.html.erb
typus-3.1.9 app/views/helpers/admin/resources/_actions.html.erb
typus-3.1.8 app/views/helpers/admin/resources/_actions.html.erb
typus-3.1.7 app/views/helpers/admin/resources/_actions.html.erb
typus-3.1.6 app/views/helpers/admin/resources/_actions.html.erb
typus-3.1.5 app/views/helpers/admin/resources/_actions.html.erb
typus-3.1.4 app/views/helpers/admin/resources/_actions.html.erb
typus-3.1.3 app/views/helpers/admin/resources/_actions.html.erb
typus-3.1.2 app/views/helpers/admin/resources/_actions.html.erb
typus-3.1.1 app/views/helpers/admin/resources/_actions.html.erb
typus-3.1.0 app/views/helpers/admin/resources/_actions.html.erb
typus-3.1.0.rc19 app/views/helpers/admin/resources/_actions.html.erb
typus-3.1.0.rc18 app/views/helpers/admin/resources/_actions.html.erb
typus-3.1.0.rc17 app/views/helpers/admin/resources/_actions.html.erb
typus-3.1.0.rc16 app/views/helpers/admin/resources/_actions.html.erb
typus-3.1.0.rc15 app/views/helpers/admin/resources/_actions.html.erb
typus-3.1.0.rc14 app/views/helpers/admin/resources/_actions.html.erb
typus-3.1.0.rc13 app/themes/default/views/helpers/admin/resources/_actions.html.erb
typus-3.1.0.rc12 app/themes/default/views/helpers/admin/resources/_actions.html.erb
typus-3.1.0.rc11 app/themes/default/views/helpers/admin/resources/_actions.html.erb