Sha256: f6a0666c7b296888cb8b38d4a3895ce23d70a18dd851f38c60d3e242c3542726

Contents?: true

Size: 314 Bytes

Versions: 3

Compression:

Stored size: 314 Bytes

Contents

%h1= t '.title'
%p
  = link_to t('back'), <%= plural_name %>_path
  = link_to t('edit'), edit_<%= singular_name %>_path(@<%= singular_name %>)

%dl
<% for attribute in attributes -%>
  %dt= <%= class_name %>.human_attribute_name :<%= attribute.name %>
  %dd= @<%= singular_name %>.<%= attribute.name %>
<% end -%>

Version data entries

3 entries across 2 versions & 2 rubygems

Version Path
sc_core-0.0.7 test/dummy/lib/generators/haml/scaffold/templates/show.html.haml
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/haml_rails-0.1.0/lib/generators/haml_rails/templates/scaffold/templates/show.html.haml
haml_rails-0.1.0 lib/generators/haml_rails/templates/scaffold/templates/show.html.haml