Sha256: a737d19176000f5ea3ed6ef4e62eeeedbb50cfd2ab9ccd00e752ad28a7bc0db2
Contents?: true
Size: 374 Bytes
Versions: 1
Compression:
Stored size: 374 Bytes
Contents
.page-header = link_to 'Back', <%= index_helper %>_path, :class => 'btn', :class => 'btn primary' = link_to 'Edit', edit_<%= singular_table_name %>_path(@<%= singular_table_name %>) %h1 Listing <%= plural_table_name %> %dl <%- for attribute in attributes -%> %dt <%= attribute.human_name %>: %dd= @<%= singular_table_name %>.<%= attribute.name %> <%- end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bootstrap-generators-0.0.5 | lib/generators/bootstrap/install/templates/lib/templates/haml/scaffold/show.html.haml |