Sha256: ecf6e2bffd94f3c42ae3ff2e44c9e864ff8dd1dbcc53b1588b8558885267b2d6

Contents?: true

Size: 822 Bytes

Versions: 42

Compression:

Stored size: 822 Bytes

Contents

- title "<%= 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

42 entries across 42 versions & 15 rubygems

Version Path
corntrace-nifty-generators-0.4.1 rails_generators/nifty_scaffold/templates/views/haml/index.html.haml
corntrace-nifty-generators-0.4.0 rails_generators/nifty_scaffold/templates/views/haml/index.html.haml
nifty-generators-0.4.0 rails_generators/nifty_scaffold/templates/views/haml/index.html.haml
splendeo-generators-0.1.3 rails_generators/splendeo_scaffold/templates/views/haml/index.html.haml
splendeo-generators-0.1.2 rails_generators/splendeo_scaffold/templates/views/haml/index.html.haml
splendeo-generators-0.1.1 rails_generators/splendeo_scaffold/templates/views/haml/index.html.haml
splendeo-generators-0.1.0 rails_generators/splendeo_scaffold/templates/views/haml/index.html.haml
splendeo-nifty-generators-0.3.2 rails_generators/nifty_scaffold/templates/views/haml/index.html.haml
nifty-generators-0.3.2 rails_generators/nifty_scaffold/templates/views/haml/index.html.haml
linki-nifty-generators-0.3.1 rails_generators/nifty_scaffold/templates/views/haml/index.html.haml
linki-nifty_generators-0.3.1 rails_generators/nifty_scaffold/templates/views/haml/index.html.haml
minerva-nifty-generators-0.3.0 rails_generators/nifty_scaffold/templates/views/haml/index.html.haml
ghart-nifty-generators-0.3.0.1 rails_generators/nifty_scaffold/templates/views/haml/index.html.haml
nifty-generators-0.3.0 rails_generators/nifty_scaffold/templates/views/haml/index.html.haml
nifty-generators-0.1.7 rails_generators/nifty_scaffold/templates/views/haml/index.html.haml
nifty-generators-0.2.2 rails_generators/nifty_scaffold/templates/views/haml/index.html.haml
nifty-generators-0.1.8 rails_generators/nifty_scaffold/templates/views/haml/index.html.haml
nifty-generators-0.2.3 rails_generators/nifty_scaffold/templates/views/haml/index.html.haml
nifty-generators-0.2.0 rails_generators/nifty_scaffold/templates/views/haml/index.html.haml
nifty-generators-0.2.4 rails_generators/nifty_scaffold/templates/views/haml/index.html.haml