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

Version Path
effective_developer-0.3.0 lib/scaffolds/views/edit.html.haml
effective_developer-0.2.14 lib/scaffolds/views/edit.html.haml
effective_developer-0.2.13 lib/scaffolds/views/edit.html.haml
effective_developer-0.2.12 lib/scaffolds/views/edit.html.haml
effective_developer-0.2.11 lib/scaffolds/views/edit.html.haml
effective_developer-0.2.10 lib/scaffolds/views/edit.html.haml
effective_developer-0.2.9 lib/scaffolds/views/edit.html.haml
effective_developer-0.2.8 lib/scaffolds/views/edit.html.haml
effective_developer-0.2.7 lib/scaffolds/views/edit.html.haml
effective_developer-0.2.6 lib/scaffolds/views/edit.html.haml
effective_developer-0.2.5 lib/scaffolds/views/edit.html.haml
effective_developer-0.2.4 lib/scaffolds/views/edit.html.haml
effective_developer-0.2.3 lib/scaffolds/views/edit.html.haml
effective_developer-0.2.2 lib/scaffolds/views/edit.html.haml
effective_developer-0.2.1 lib/scaffolds/views/edit.html.haml
effective_developer-0.2 lib/scaffolds/views/edit.html.haml