Sha256: 81f9d2cc39ac354679ce5f0d7db5b3e7d7b815547ca631584bff61c6dacbda34
Contents?: true
Size: 512 Bytes
Versions: 4
Compression:
Stored size: 512 Bytes
Contents
%table %thead %tr <%- for attribute in attributes -%> %th <%= attribute.column.human_name %> <%- end -%> %tbody{:id => "<%= plural_name %>" } = render :partial => "<%= plural_name %>/<%= singular_name %>", :collection => <%= plural_name %> <%- if actions? :new -%> %p= link_to "New <%= singular_name.titleize %>", new_<%= parent_singular_name %>_<%= singular_name %>_path(@<%= parent_singular_name %>), :class => "button <%= options[:ajaxify] ? 'dialog_link' : '' %>" <%- end -%>
Version data entries
4 entries across 4 versions & 1 rubygems