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