Sha256: cc55bfff8fe721e28f0e743f54c01ce94786ed72931c76cecc2fd7468de374c0

Contents?: true

Size: 804 Bytes

Versions: 19

Compression:

Stored size: 804 Bytes

Contents

- title "<%= plural_name.titleize %>"

%table
  %tr
    <%- for attribute in model_attributes -%>
    %th <%= attribute.human_name %>
    <%- end -%>
  - for <%= instance_name %> in @<%= instances_name %>
    %tr
      <%- for attribute in model_attributes -%>
      %td= <%= instance_name %>.<%= attribute.name %>
      <%- end -%>
      <%- if action? :show -%>
      %td= link_to 'Show', <%= item_path %>
      <%- end -%>
      <%- if action? :edit -%>
      %td= link_to 'Edit', <%= item_path :action => :edit %>
      <%- end -%>
      <%- if action? :destroy -%>
      %td= link_to 'Destroy', <%= item_path %>, :confirm => 'Are you sure?', :method => :delete
      <%- end -%>

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

Version data entries

19 entries across 18 versions & 8 rubygems

Version Path
tripper-0.0.3d lib/generators/tripper/templates/views/haml/index.html.haml
tripper-0.0.3d lib/generators/tripper/from_community/templates/views/haml/index.html.haml
bravo-generators-0.1.1 lib/generators/bravo/scaffold/templates/views/haml/index.html.haml
kickoff-0.0.2 lib/generators/kickoff/scaffold/templates/views/haml/index.html.haml
nifty-generators-improved-0.5 lib/generators/nifty/scaffold/templates/views/haml/index.html.haml
flockonus-nifty-generators-0.0.12 lib/generators/nifty/scaffold/templates/views/haml/index.html.haml
zoo-generators-0.1.0 lib/generators/zoo/scaffold/templates/views/haml/index.html.haml
nifty-generators-0.4.6 lib/generators/nifty/scaffold/templates/views/haml/index.html.haml
flockonus-nifty-generators-0.0.11 lib/generators/nifty/scaffold/templates/views/haml/index.html.haml
flockonus-nifty-generators-0.0.10 lib/generators/nifty/scaffold/templates/views/haml/index.html.haml
flockonus-nifty-generators-0.0.9 lib/generators/nifty/scaffold/templates/views/haml/index.html.haml
nifty-generators-0.4.5 lib/generators/nifty/scaffold/templates/views/haml/index.html.haml
flockonus-nifty-generators-0.0.8 lib/generators/nifty/scaffold/templates/views/haml/index.html.haml
flockonus-nifty-generators-0.0.7 lib/generators/nifty/scaffold/templates/views/haml/index.html.haml
flockonus-nifty-generators-0.0.6 lib/generators/nifty/scaffold/templates/views/haml/index.html.haml
medea-generators-0.2.6 lib/generators/medea/scaffold/templates/views/haml/index.html.haml
medea-generators-0.2.0 lib/generators/medea/scaffold/templates/views/haml/index.html.haml
medea-generators-0.1.0 lib/generators/medea/scaffold/templates/views/haml/index.html.haml
nifty-generators-0.4.4 lib/generators/nifty/scaffold/templates/views/haml/index.html.haml