Sha256: de4516231c49502dd27501a82a2940bc7b2b45069181c62c270c4d8fa64c2c41

Contents?: true

Size: 362 Bytes

Versions: 12

Compression:

Stored size: 362 Bytes

Contents

<p>
  <h1><%= @name_singular_camel %></h1>
</p>
<% for column in columns -%>
<p>
  <b><%= column.column_name.singular.camelcase %></b><br />
  <%%= @<%= @name_singular %>.<%= column.column_name %> %>
</p>
<% end -%>

<%%= link_to("Edit", <%= @name_plural %>_edit_url(:id => @<%= @name_singular %>.id)) %> |
<%%= link_to("Back", <%= @name_plural %>_index_url) %>

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
mack-0.4.7 lib/generators/scaffold_generator/templates/generic/app/views/show.html.erb.template
mack-0.4.6 lib/generators/scaffold_generator/templates/generic/app/views/show.html.erb.template
mack-active_record-0.5.5 lib/scaffold_generator/templates/app/views/show.html.erb.template
mack-active_record-0.6.0 lib/scaffold_generator/templates/app/views/show.html.erb.template
mack-active_record-0.6.0.1 lib/scaffold_generator/templates/app/views/show.html.erb.template
mack-active_record-0.5.0 lib/scaffold_generator/templates/app/views/show.html.erb.template
mack-active_record-0.6.1.1 lib/mack-active_record/scaffold_generator/templates/app/views/show.html.erb.template
mack-active_record-0.5.1 lib/scaffold_generator/templates/app/views/show.html.erb.template
mack-active_record-0.6.1.2 lib/mack-active_record/scaffold_generator/templates/app/views/show.html.erb.template
mack-active_record-0.6.1 lib/mack-active_record/scaffold_generator/templates/app/views/show.html.erb.template
mack-data_mapper-0.5.0 lib/scaffold_generator/templates/app/views/show.html.erb.template
mack-data_mapper-0.5.1 lib/scaffold_generator/templates/app/views/show.html.erb.template