Sha256: acc8c383770f9dccb4f4be6250b881c1562012cfd868dbcd55c583732b88554a

Contents?: true

Size: 370 Bytes

Versions: 4

Compression:

Stored size: 370 Bytes

Contents

%h1= @page_title

<% if actions.include?('new') -%>
- if can?(:new, <%= resource.class_name %>)
  %p.text-right= link_to 'New <%= resource.human_name %>', <%= resource.new_path %>, class: 'btn btn-primary'

<% end -%>
- if @datatable.present?
  = render_datatable_scopes(@datatable)
  = render_datatable(@datatable)
- else
  %p There are no <%= resource.plural_name %>.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
effective_developer-0.2.2 lib/scaffolds/views/index.html.haml
effective_developer-0.2.1 lib/scaffolds/views/index.html.haml
effective_developer-0.2 lib/scaffolds/views/index.html.haml
effective_developer-0.1.1 lib/scaffolds/views/index.html.haml