Sha256: fcf1a7a84a3d573e3da5b61eb0b6f745d12c128fab0cef6e8a5ffebc6499ff5a
Contents?: true
Size: 651 Bytes
Versions: 43
Compression:
Stored size: 651 Bytes
Contents
<div data-role="page"> <div data-role="header" data-position="inline"> <%%= link_to "New", :action => :new %> <h1><%= class_name.camelize.pluralize %></h1> <%%= link_to "Home", RhoConfig::start_path %> </div> <div data-role="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> </div>
Version data entries
43 entries across 43 versions & 1 rubygems