Sha256: 08800d56fdad1833352c90eac4fb34d3ef21da41a4e1333a94a1ca0aa5baede1

Contents?: true

Size: 316 Bytes

Versions: 8

Compression:

Stored size: 316 Bytes

Contents

%table.data.admin
  %tr
<% for attribute in attributes -%>
    %th <%= attribute.human_name %>
<% end -%>
    %th

  - @resources.each do |x|
    %tr{:class => cycle('a','b')}
<% for attribute in attributes -%>
      %td= x.<%= attribute.name %>
<% end -%>
      %td= show_edit_destroy x
         

= admin_buttons

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pixelearth-3.2.4 lib/generators/project_files/templates/view_templates/haml/scaffold/index.html.haml
pixelearth-3.2.2 lib/generators/project_files/templates/view_templates/haml/scaffold/index.html.haml
pixelearth-0.0.7 lib/generators/project_files/templates/view_templates/haml/scaffold/index.html.haml
pixelearth-0.0.6 lib/generators/project_files/templates/view_templates/haml/scaffold/index.html.haml
pixelearth-0.0.5 lib/generators/project_files/templates/view_templates/haml/scaffold/index.html.haml
pixelearth-0.0.4 lib/generators/project_files/templates/view_templates/haml/scaffold/index.html.haml
pixelearth-0.0.3 lib/generators/project_files/templates/view_templates/haml/scaffold/index.html.haml
pixelearth-0.0.2 lib/generators/project_files/templates/view_templates/haml/scaffold/index.html.haml