Sha256: f363baf8c209d33ee807183c34a78181b81053db67c28b58d6e7b5a5856a2c29
Contents?: true
Size: 482 Bytes
Versions: 9
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 %>), :class => "<%= options[:ajaxify] ? 'dialog_link' : '' %>" <%- end -%> <%- if action? :destroy -%> %td= link_to 'Remove', <%= singular_name %>, :confirm => 'Are you sure?', :method => :delete <%- end -%>
Version data entries
9 entries across 8 versions & 1 rubygems