Sha256: 0d08089efdd370c3c5c87b0bbea1b8532b87d8cd9be6a4c3cf8b0095ea9eeb0f

Contents?: true

Size: 267 Bytes

Versions: 7

Compression:

Stored size: 267 Bytes

Contents

%h1= page_title @<%= singular_table_name %>

%dl
<% attributes.each do |attribute| %>
  %dt= <%= class_name %>.human_attribute_name(:<%= attribute.name %>)
  %dd= @<%= singular_table_name %>.<%= attribute.name %>
<% end %>

= link_to_edit @<%= singular_table_name %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
stationed-0.6.0 lib/templates/haml/scaffold/show.html.haml
stationed-0.5.0 lib/templates/haml/scaffold/show.html.haml
stationed-0.4.0 lib/templates/haml/scaffold/show.html.haml
stationed-0.3.0 lib/templates/haml/scaffold/show.html.haml
stationed-0.2.0 lib/templates/haml/scaffold/show.html.haml
stationed-0.1.0 lib/templates/haml/scaffold/show.html.haml
stationed-0.0.1 lib/templates/haml/scaffold/show.html.haml