Sha256: fbb2363340d637bf5db3c00740881766a7747f4f8c3a4e2569cabcf57128b74a

Contents?: true

Size: 715 Bytes

Versions: 7

Compression:

Stored size: 715 Bytes

Contents

%h1= page_title @<%= plural_table_name %>

= link_to_new <%= class_name %>

%table
  %thead
    %tr
<%- attributes.each do |attribute| -%>
      %th= <%= class_name %>.human_attribute_name(:<%= attribute.name %>)
<%- end -%>
      %th
      %th
      %th
  %tbody
    - @<%= plural_table_name %>.each do |<%= singular_table_name %>|
      %tr[<%= singular_table_name %>]{ class: cycle('odd', 'even') }
<%- attributes.each do |attribute| -%>
        %td= <%= singular_table_name %>.<%= attribute.name %>
<%- end -%>
        %td= link_to_show <%= singular_table_name %>
        %td= link_to_edit <%= singular_table_name %>
        %td= link_to_destroy <%= singular_table_name %>

= paginate @<%= plural_table_name %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
stationed-0.6.0 lib/templates/haml/scaffold/index.html.haml
stationed-0.5.0 lib/templates/haml/scaffold/index.html.haml
stationed-0.4.0 lib/templates/haml/scaffold/index.html.haml
stationed-0.3.0 lib/templates/haml/scaffold/index.html.haml
stationed-0.2.0 lib/templates/haml/scaffold/index.html.haml
stationed-0.1.0 lib/templates/haml/scaffold/index.html.haml
stationed-0.0.1 lib/templates/haml/scaffold/index.html.haml