Sha256: 4d8c3d230df2398a34699f9cec5729d2633c2c692b8f0d229832710547ef3092

Contents?: true

Size: 482 Bytes

Versions: 2

Compression:

Stored size: 482 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_<%= singular_name %>_path(<%= singular_name %>), <%= options[:ajaxify] ? ':class => "dialog_link"' : '' %>
  <%- end -%>
  <%- if action? :destroy -%>
  %td= link_to 'Remove', <%= singular_name %>, :confirm => 'Are you sure?', :method => :delete
  <%- end -%>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
twilson63-nifty-generators-0.2.7 rails_generators/nifty_scaffold/templates/views/haml/_item.html.haml
twilson63-nifty-generators-0.2.8 rails_generators/nifty_scaffold/templates/views/haml/_item.html.haml