Sha256: 6da2759a6fafc1adc025df8b6b5515f02464ae484433158fe719029dae5417ef
Contents?: true
Size: 517 Bytes
Versions: 1
Compression:
Stored size: 517 Bytes
Contents
<%%= outgoing_menssage %> <div class="page-header"> <h2><%%= I18n.t :showing %></h2> </div> <table class="table table-bordered table-striped"> <%- model_attributes.each do |attribute| -%> <tr> <td><b><%%= I18n.t :<%= attribute.name %> %></b></td> <td><%%= @<%= singular_name %>.<%= attribute.name %> %></td> </tr> <%- end -%> </table> <%%= link_to arrow_left, <%= plural_name %>_path %> <%%= link_to I18n.t(:edit), edit_<%= singular_name %>_path(@<%= singular_name %>), class: 'btn btn-primary' %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zscaffold_admin-0.0.4 | lib/generators/scaffold_admin/templates/views/show.html.erb |