Sha256: 1282d394fc505fd3697eb29b32edec370b12b81480dc53a83089f6bdf5c68653
Contents?: true
Size: 402 Bytes
Versions: 16
Compression:
Stored size: 402 Bytes
Contents
%h1= @page_title <% if non_crud_actions.present? -%> %p.text-right <% non_crud_actions.each do |action| -%> - if can?(:<%= action.to_s %>, @<%= resource.name %>) = link_to '<%= action.titleize %>', <%= resource.action_path_helper(action, at: true) %>, class: 'btn btn-default', data: { confirm: 'Really <%= action.to_s.titleize %>?' } <% end -%> <% end -%> = render @<%= resource.name %>
Version data entries
16 entries across 16 versions & 1 rubygems