Sha256: 70fa391eee34cd2e156fe8ee8577e095943a66d6b0c5314412f32083a0c3c45e

Contents?: true

Size: 421 Bytes

Versions: 1

Compression:

Stored size: 421 Bytes

Contents

%h1 Listing <%= plural_table_name %>

= link_to 'New <%= human_name %>', new_<%= singular_table_name %>_path

- <%= plural_table_name %>.each do |<%= singular_table_name %>|
  %div[<%= singular_table_name %>]
    = link_to 'Show', <%= singular_table_name %>
    = link_to 'Edit', [:edit, <%= singular_table_name %>]
    = link_to 'Destroy', <%= singular_table_name %>, method: :delete, data: { confirm: 'Are you sure?' }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
arrate-0.0.1 lib/templates/haml/scaffold/index.html.haml