Sha256: 4d0d9c6b709ca9df0d49b9126a3017211da5ee897b8016a3d5b1e15b19435a61

Contents?: true

Size: 531 Bytes

Versions: 5

Compression:

Stored size: 531 Bytes

Contents

<h2><%%= t(:show, :default => "Show") %> <%%= t(:<%= singular_table_name %>, :default => "<%= singular_table_name %>") %></h2>

<%= render_partial 'app/views/partials/_show_field.html.erb' %>
<!-- Beautiful_scaffold - AddField - Field - Do not remove -->

<%%= link_to t(:edit, :default => "Edit"), edit_<%= namespace_for_route %><%= singular_table_name %>_path(@<%= singular_table_name %>), :class => "btn" %>
<%%= link_to t(:back, :default => "Back"), <%= namespace_for_route %><%= plural_table_name %>_path, :class => "btn" %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
beautiful_scaffold-0.2.7 lib/generators/templates/app/views/show.html.erb
beautiful_scaffold-0.2.6 lib/generators/templates/app/views/show.html.erb
beautiful_scaffold-0.2.5 lib/generators/templates/app/views/show.html.erb
beautiful_scaffold-0.2.4 lib/generators/templates/app/views/show.html.erb
beautiful_scaffold-0.2.3 lib/generators/templates/app/views/show.html.erb