Sha256: 83debdd9185ce3069e90d937ba393398c45920d76f4a7c0c1f12b73c05c15fb0
Contents?: true
Size: 424 Bytes
Versions: 2
Compression:
Stored size: 424 Bytes
Contents
%h1.heading = "Resource %s" % @<%= singular_name %>.id - content_tag_for(:dl, @<%= singular_name %>) do <% attributes.each do |attribute| -%> %dt.label= '<%= attribute.name.humanize %>' %dd.<%= attribute.name -%>= h @<%= singular_name %>.try(:<%= attribute.name %>) <% end -%> %p.actions = link_to 'Edit', edit_<%= singular_name %>_url(@<%= singular_name %>) | = link_to 'Index', <%= collection_name %>_url
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
grimen-dry_scaffold-0.1.1 | generators/dry_scaffold/templates/view_show.html.haml |
grimen-dry_scaffold-0.1.2 | generators/dry_scaffold/templates/view_show.html.haml |