Sha256: f978352af9f75730a15ca60ad1ff53d9a9e28d56c79569c0ef1c154ab2440183
Contents?: true
Size: 574 Bytes
Versions: 64
Compression:
Stored size: 574 Bytes
Contents
<div id="pageTitle"> <h1><%= class_name.camelize.pluralize %></h1> </div> <div id="toolbar"> <%%= link_to "New", :action => :new %> <%%= link_to "Home", RhoConfig::start_path %> </div> <div id="content"> <table> <tr> <%% @<%= name.downcase.pluralize %>.each do |obj| %> <% if self.attributes? %> <td class="recordLabel"><%%= link_to "#{obj.<%= attributes[0] %>}", :action => :show, :id => obj.object %></td> <% else %> <td class="recordLabel">Some list entry...</td> <% end %> <%% end %> </tr> </table> </div>
Version data entries
64 entries across 64 versions & 1 rubygems