Sha256: 7c11e5f035c5eeffeb2787897ef5bc0194ffb4f4a09ae0b222c23e092f2e9000
Contents?: true
Size: 525 Bytes
Versions: 64
Compression:
Stored size: 525 Bytes
Contents
<div id="pageTitle"> <h1><%%= @<%= name.downcase %>.<%= attributes[0] %>%></h1> </div> <div id="toolbar"> <%%= link_to "Back", :action => :index %> <%%= link_to "Edit", :action => :edit, :id => @<%= name.downcase %>.object %> </div> <div id="content"> <table> <% attributes.each do |attribute| %> <tr> <td class="itemLabel"><%= attribute.camelize %></td> <td class="itemValue"><%%= @<%= name.downcase %>.<%= attribute %>%></td> </tr> <% end %> </table> </div>
Version data entries
64 entries across 64 versions & 1 rubygems