Sha256: 70a968e2a2fc640577062186aea6109d91b4360c58f56558aa8f8e8d92bd91b7
Contents?: true
Size: 473 Bytes
Versions: 1
Compression:
Stored size: 473 Bytes
Contents
<p><a href="{{path}}/_show/<%= model_name %>/">New <%= model_name.humanize %></a></p> <table> <tr> <th>ID</th> <% attributes.each do |attribute| -%> <th><%= attribute.humanize %></th> <% end -%> <th></th> </tr> {{#rows}} <tr> <td>{{id}}</td> <% attributes.each do |attribute| -%> <td>{{<%= attribute %>}}</td> <% end -%> <td><a href="{{path}}/_show/<%= model_name %>/{{id}}">Show <%= model_name.humanize %></a></td> </tr> {{/rows}} </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rid-0.4.1 | lib/rid/generators/list/templates/index.mustache |