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

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