Sha256: abfa36408d7c47cc0039734fd2bdb033cfc305f36db455378cc208c3e06ea94a

Contents?: true

Size: 941 Bytes

Versions: 12

Compression:

Stored size: 941 Bytes

Contents

.container
  .page-header
    = link_to new_<%= singular_table_name %>_path, :class => 'btn btn-primary' do
      %span.glyphicon.glyphicon-plus
      New <%= human_name %>
    %h1 Listing <%= plural_table_name %>

  .table-responsive
    %table.table.table-striped.table-bordered.table-hover
      %thead
        %tr
<% for attribute in attributes -%>
          %th <%= attribute.human_name %>
<% end -%>
          %th
          %th
          %th

      %tbody
        - @<%= plural_table_name %>.each do |<%= singular_table_name %>|
          %tr
<% for attribute in attributes -%>
            %td= <%= singular_table_name %>.<%= attribute.name %>
<% end -%>
            %td= link_to 'Show', <%= singular_table_name %>
            %td= link_to 'Edit', edit_<%= singular_table_name %>_path(<%= singular_table_name %>)
            %td= link_to 'Destroy', <%= singular_table_name %>, :data => { confirm: 'Are you sure?' }, :method => :delete

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
happy_seed-0.0.21 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/index.html.haml
happy_seed-0.0.19 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/index.html.haml
happy_seed-0.0.18 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/index.html.haml
happy_seed-0.0.17 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/index.html.haml
happy_seed-0.0.16 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/index.html.haml
happy_seed-0.0.15 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/index.html.haml
happy_seed-0.0.14 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/index.html.haml
happy_seed-0.0.13 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/index.html.haml
happy_seed-0.0.12 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/index.html.haml
happy_seed-0.0.11 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/index.html.haml
happy_seed-0.0.10 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/index.html.haml
happy_seed-0.0.9 lib/generators/happy_seed/bootstrap/templates/lib/templates/haml/scaffold/index.html.haml