Sha256: aac37db7d291ad237d3462b5d9a79131b0116960fcf47652dd86cf01643b842a

Contents?: true

Size: 413 Bytes

Versions: 4

Compression:

Stored size: 413 Bytes

Contents

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

<% end -%>

<%%= link_to 'Edit', edit_<%= scope_prefix + singular_name %>_path(<%= instance_variable_scope('@' + singular_name) %>) %>
<%- unless options[:singleton] -%>
<%%= link_to 'Back', <%= scope_prefix + plural_name %>_path(<%= instance_variable_scope %>) %>
<%- end -%>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ingoweiss_generators-0.0.6 lib/generators/ingoweiss/scaffold_views/templates/show.html.erb
ingoweiss_generators-0.0.5 lib/generators/ingoweiss/scaffold_views/templates/show.html.erb
ingoweiss_generators-0.0.4 lib/generators/ingoweiss/scaffold_views/templates/show.html.erb
ingoweiss_generators-0.0.3 lib/generators/ingoweiss/scaffold_views/templates/show.html.erb