Sha256: 83c9aca7c07910b1ea1d2b7e2a5aec3dce41f48a1c644c0afd6e66fecd07dac1

Contents?: true

Size: 409 Bytes

Versions: 12

Compression:

Stored size: 409 Bytes

Contents

%h1.heading
  = "<%= singular_name.humanize %> %s" % <%= resource_instance %>.id
  
- content_tag_for(:dl, <%= resource_instance %>) do
<% attributes.each do |attribute| -%>
  %dt.label= '<%= attribute.name.humanize %>'
  %dd.<%= attribute.name -%>= h <%= resource_instance %>.try(:<%= attribute.name %>)
<% end -%>
  
%p.actions
  = link_to 'Edit', <%= edit_path %>
  |
  = link_to 'Index', <%= index_path %>

Version data entries

12 entries across 12 versions & 6 rubygems

Version Path
akitaonrails-dry_scaffold-0.3.3 generators/dry_scaffold/templates/views/haml/show.html.haml
grimen-dry_scaffold-0.3.0 generators/dry_scaffold/templates/views/haml/show.html.haml
grimen-dry_scaffold-0.3.1 generators/dry_scaffold/templates/views/haml/show.html.haml
grimen-dry_scaffold-0.3.2 generators/dry_scaffold/templates/views/haml/show.html.haml
grimen-dry_scaffold-0.3.3 generators/dry_scaffold/templates/views/haml/show.html.haml
grimen-dry_scaffold-0.3.4 generators/dry_scaffold/templates/views/haml/show.html.haml
grimen-dry_scaffold-0.3.5 generators/dry_scaffold/templates/views/haml/show.html.haml
pelle-dry_scaffold-0.3.5 generators/dry_scaffold/templates/views/haml/show.html.haml
dry_scaffold-0.3.7 generators/dry_scaffold/templates/views/haml/show.html.haml
dry_scaffold-0.3.6 generators/dry_scaffold/templates/views/haml/show.html.haml
blakechambers-dry_scaffold-0.3.6 generators/dry_scaffold/templates/views/haml/show.html.haml
michel-dry_scaffold-0.3.5 generators/dry_scaffold/templates/views/haml/show.html.haml