Sha256: a526dd7f89685243f59a3a6b75507b21528fb12f80fcd3a2e1aed131f9e55b3a
Contents?: true
Size: 592 Bytes
Versions: 43
Compression:
Stored size: 592 Bytes
Contents
<div data-role="page" data-add-back-btn="true"> <div data-role="header" data-position="inline"> <%%= link_to "Back", :action => :index %> <h1><%%= @<%= name.downcase %>.<%= attributes[0] %> %></h1> <%%= link_to "Edit", :action => :edit, :id => @<%= name.downcase %>.object %> </div> <div data-role="content"> <table> <% attributes.each do |attribute| %> <tr> <td class="itemLabel"><%= attribute.camelize %></td> <td class="itemValue"><%%= @<%= name.downcase %>.<%= attribute %>%></td> </tr> <% end %> </table> </div> </div>
Version data entries
43 entries across 43 versions & 1 rubygems