Sha256: 474aab11fef29ad7e61b6146a6b9cab89b1f752e758d4f77215a0726da995a61
Contents?: true
Size: 756 Bytes
Versions: 1
Compression:
Stored size: 756 Bytes
Contents
<%% title 'Show <%= singular_name %>' %> <div class="block"> <div class="secondary-navigation"> <ul> <li class="first"><%%= link_to 'List <%= plural_name %>', admin_<%= plural_name %>_path %></li> <li><%%= link_to 'New', new_admin_<%= singular_name %>_path %></li> </ul> <div class="clear"></div> </div> <div class="content"> <div class="inner"> <p> <b>Id:</b> <%%=h @<%= singular_name %>.id %> </p> <% for attribute in attributes -%> <p> <b><%= attribute.column.human_name %>:</b> <%%=h @<%= singular_name %>.<%= attribute.name %> %> </p> <% end -%> <hr /> <%%= link_to 'Edit', edit_<%= singular_name %>_path(@<%= singular_name %>) %> </div> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
genkiwow-nitro-generator-0.0.2 | generators/nitro_scaffold/templates/view_show.html.erb |