Sha256: 1f5f18e14274f57277c9ce385f8a9ebe4a18d3fb4410646e3bf97a3a7926bab5
Contents?: true
Size: 394 Bytes
Versions: 23
Compression:
Stored size: 394 Bytes
Contents
<div id="pageTitle"> <h1>Model1s</h1> </div> <div id="toolbar"> <%= link_to "New", :action => :new %> <%= link_to "Home", RhoConfig::start_path %> </div> <div id="content"> <table> <tr> <% @model1s.each do |obj| %> <td class="recordLabel"><%= link_to "#{obj.name}", :action => :show, :id => obj.object %></td> <% end %> </tr> </table> </div>
Version data entries
23 entries across 23 versions & 1 rubygems