Sha256: b4252ca749ab33e665c6cc68feee085ae6fa4df8771127bdc5887a71973bb9da

Contents?: true

Size: 818 Bytes

Versions: 11

Compression:

Stored size: 818 Bytes

Contents

%h2 "<%= plural_name.titleize %>"

%table
  %tr
    <%- for attribute in attributes -%>
    %th <%= attribute.column.human_name %>
    <%- end -%>
  - for <%= singular_name %> in @<%= plural_name %>
    %tr
      <%- for attribute in attributes -%>
      %td= h <%= singular_name %>.<%= attribute.name %>
      <%- end -%>
      <%- if action? :show -%>
      %td= link_to 'Show', <%= singular_name %>
      <%- end -%>
      <%- if action? :edit -%>
      %td= link_to 'Edit', edit_<%= singular_name %>_path(<%= singular_name %>)
      <%- end -%>
      <%- if action? :destroy -%>
      %td= link_to 'Destroy', <%= singular_name %>, :confirm => 'Are you sure?', :method => :delete
      <%- end -%>

<%- if actions? :new -%>
%p= link_to "New <%= singular_name.titleize %>", new_<%= singular_name %>_path
<%- end -%>

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
PeterCoulton-rotten-generators-0.6.0 rails_generators/rotten_scaffold/templates/views/haml/index.html.haml
PeterCoulton-rotten-generators-0.7.0 rails_generators/rotten_scaffold/templates/views/haml/index.html.haml
PeterCoulton-rotten-generators-0.7.12 rails_generators/rotten_scaffold/templates/views/haml/index.html.haml
rotten-generators-0.9.0 rails_generators/rotten_scaffold/templates/views/haml/index.html.haml
rotten-generators-0.9.2 rails_generators/rotten_scaffold/templates/views/haml/index.html.haml
rotten-generators-0.9.3 rails_generators/rotten_scaffold/templates/views/haml/index.html.haml
rotten-generators-0.9.4 rails_generators/rotten_scaffold/templates/views/haml/index.html.haml
rotten-generators-0.9.5 rails_generators/rotten_scaffold/templates/views/haml/index.html.haml
rotten-generators-0.9.6 rails_generators/rotten_scaffold/templates/views/haml/index.html.haml
rotten-generators-0.9.7 rails_generators/rotten_scaffold/templates/views/haml/index.html.haml
rotten-rotten-generators-0.7.12 rails_generators/rotten_scaffold/templates/views/haml/index.html.haml