Sha256: 3b5895fcc21418f64217c83c00991b7a54ade499721ce6a27a0c7f04884ac078

Contents?: true

Size: 252 Bytes

Versions: 4

Compression:

Stored size: 252 Bytes

Contents

%p#notice= notice

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

= link_to 'Edit', edit_<%= resource_url_helper %>
\|
= link_to 'Back', <%= index_url_helper %>

Version data entries

4 entries across 4 versions & 1 rubygems

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