Sha256: 6fc77dc5b977134adae0065122aef7dfa4fa43505357c0c0b066110879fe7fba
Contents?: true
Size: 297 Bytes
Versions: 1
Compression:
Stored size: 297 Bytes
Contents
<% for attribute in attributes -%> %p %b <%= attribute.human_name %>: = @<%= singular_table_name %>.<%= attribute.name %> <% end -%> = link_to t(:edit), edit_<%= singular_table_name %>_path(@<%= singular_table_name %>), class: 'btn' = link_to t(:back), <%= index_helper %>_path, class: 'btn'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
haml-bootstrap-rails-0.3.11 | lib/generators/haml/scaffold/templates/show.html.haml |