Sha256: 362811a2449100ec021fa9afecf959629950409ae984bb5cea143894724c1d88

Contents?: true

Size: 625 Bytes

Versions: 5

Compression:

Stored size: 625 Bytes

Contents

%tr{:id => "<%= singular_name %>_#{<%= singular_name %>.id}"}
  <%- for attribute in attributes -%>
  %td= h <%= singular_name %>.<%= attribute.name %>
  <%- end -%>
  <%- if action? :edit -%>
  %td= link_to 'Edit', edit_<%= parent_singular_name %>_<%= singular_name %>_path(@<%= parent_singular_name %>, <%= singular_name %>), :class => "<%= options[:ajaxify] ? 'dialog_link' : '' %>"
  <%- end -%>
  <%- if action? :destroy -%>
  %td= link_to 'Remove', <%= parent_singular_name %>_<%= singular_name %>_path(@<%= parent_singular_name %>, <%= singular_name %>), :confirm => 'Are you sure?', :method => :delete
  <%- end -%>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
twilson63-nifty-generators-0.3.4 rails_generators/nifty_nested_scaffold/templates/views/haml/_item.html.haml
twilson63-nifty-generators-0.3.5 rails_generators/nifty_nested_scaffold/templates/views/haml/_item.html.haml
twilson63-nifty-generators-0.3.6 rails_generators/nifty_nested_scaffold/templates/views/haml/_item.html.haml
twilson63-nifty-generators-0.3.7 rails_generators/nifty_nested_scaffold/templates/views/haml/_item.html.haml
twilson63-nifty-generators-0.3.8 rails_generators/nifty_nested_scaffold/templates/views/haml/_item.html.haml