Sha256: 8753aee339d594bc50052053ed59251b8ffe5f8950bb4723d4dee2efccb13655

Contents?: true

Size: 381 Bytes

Versions: 9

Compression:

Stored size: 381 Bytes

Contents

<div id="actions">
  <div class="pull-left">
    <%= render partial: "batch_actions" %>
  </div>
  <div class="pull-right">
    <% unless authorization_enabled? && !policy(@resources).create? %>
      <%= link_to t("helpers.submit.create", model: @resource_class.model_name.human), [:new, @resource_class.to_s.underscore], class: "btn btn-default" %>
    <% end %>
  </div>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
godmin-0.9.8 app/views/godmin/resource/_actions.html.erb
godmin-0.9.7 app/views/godmin/resource/_actions.html.erb
godmin-0.9.6 app/views/godmin/resource/_actions.html.erb
godmin-0.9.5 app/views/godmin/resource/_actions.html.erb
godmin-0.9.4 app/views/godmin/resource/_actions.html.erb
godmin-0.9.3 app/views/godmin/resource/_actions.html.erb
godmin-0.9.2 app/views/godmin/resource/_actions.html.erb
godmin-0.9.1 app/views/godmin/resource/_actions.html.erb
godmin-0.9.0 app/views/godmin/resource/_actions.html.erb