Sha256: 49c900ed71d1539f3bbffefa2c0f9a48d3ee9824686ec2c156e0d102f19bc4cc

Contents?: true

Size: 501 Bytes

Versions: 12

Compression:

Stored size: 501 Bytes

Contents

<div class="top-line-holder">
  <div class="act-buttons-wrapper">
    <div class="but-holder"><div class="check"><input type="checkbox" /></div></div>

    <% unless abstract_model.without_index? %>
      <% abstract_model.list.buttons.each do |name| %>
        <% if can? name, abstract_model.model, :context => :sunrise %>
          <%= render :partial => "sunrise/manager/buttons/#{name}", :locals => {:model => abstract_model} %>
        <% end -%>
      <% end -%>
    <% end -%>
  </div>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
sunrise-cms-1.1.1 app/views/sunrise/shared/_toolbar.html.erb
sunrise-cms-1.1.0 app/views/sunrise/shared/_toolbar.html.erb
sunrise-cms-1.0.6 app/views/sunrise/shared/_toolbar.html.erb
sunrise-cms-1.0.5 app/views/sunrise/shared/_toolbar.html.erb
sunrise-cms-1.0.4 app/views/sunrise/shared/_toolbar.html.erb
sunrise-cms-1.0.3 app/views/sunrise/shared/_toolbar.html.erb
sunrise-cms-1.0.2 app/views/sunrise/shared/_toolbar.html.erb
sunrise-cms-1.0.1 app/views/sunrise/shared/_toolbar.html.erb
sunrise-cms-1.0.0 app/views/sunrise/shared/_toolbar.html.erb
sunrise-cms-1.0.0.rc3 app/views/sunrise/shared/_toolbar.html.erb
sunrise-cms-1.0.0.rc2 app/views/sunrise/shared/_toolbar.html.erb
sunrise-cms-1.0.0.rc1 app/views/sunrise/shared/_toolbar.html.erb