Sha256: 8bbc0a495603c4a59230b17703ec7688315631696626e126539a4d484c50a21c

Contents?: true

Size: 289 Bytes

Versions: 2

Compression:

Stored size: 289 Bytes

Contents

%h1= @page_title

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
effective_developer-0.0.10 lib/scaffolds/views/index.html.haml
effective_developer-0.0.9 lib/scaffolds/views/index.html.haml