Sha256: a52a6e6c8f274806c4907e234a3e8dd343aac0c810a48b79c58ce14536580e52

Contents?: true

Size: 385 Bytes

Versions: 4

Compression:

Stored size: 385 Bytes

Contents

- if notice
  .alert-message.success
    %a.close(href='#') x
    %p= notice

<% for attribute in attributes -%>
%p
  %b <%= attribute.human_name %>:
  = @<%= singular_table_name %>.<%= attribute.name %>
<% end -%>

= link_to 'Edit', edit_<%= singular_table_name %>_path(@<%= singular_table_name %>), :class => 'btn primary'
= link_to 'Back', <%= index_helper %>_path, :class => 'btn'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tbh-scaffolds-0.0.4 lib/generators/haml/scaffold/templates/show.html.haml
tbh-scaffolds-0.0.3 lib/generators/haml/scaffold/templates/show.html.haml
tbh-scaffolds-0.0.2 lib/generators/haml/scaffold/templates/show.html.haml
tbh-scaffolds-0.0.1 lib/generators/haml/scaffold/templates/show.html.haml