Sha256: df9266d0ac151ab5516d957aa44d27f0abe0e63b9da65a9620f15afb836f795a
Contents?: true
Size: 432 Bytes
Versions: 16
Compression:
Stored size: 432 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-primary', data: { confirm: 'Really <%= action.to_s.titleize %>?' } <% end -%> <% end -%> = render 'form', <%= resource.name %>: @<%= resource.name %>
Version data entries
16 entries across 16 versions & 1 rubygems