Sha256: 71f4461ec6b7d34f5515b46f0fadd20c46ce2d9b8325baa46a26a7c3b918c87d
Contents?: true
Size: 374 Bytes
Versions: 4
Compression:
Stored size: 374 Bytes
Contents
.page-header = link_to 'Back', <%= index_helper %>_path, :class => 'btn' = link_to 'Edit', edit_<%= singular_table_name %>_path(@<%= singular_table_name %>), :class => 'btn primary' %h1 Listing <%= plural_table_name %> %dl <%- for attribute in attributes -%> %dt <%= attribute.human_name %>: %dd= @<%= singular_table_name %>.<%= attribute.name %> <%- end -%>
Version data entries
4 entries across 4 versions & 1 rubygems