Sha256: 345c9de78e0e025acf6d6ea9e0bfeffc5231434287d685dc60480ac6f7f8b813

Contents?: true

Size: 348 Bytes

Versions: 1

Compression:

Stored size: 348 Bytes

Contents

<table>
  <tr>
<% attributes.each do |attribute| -%>
    <th><%= attribute.humanize %></th>
<% end -%>
    <th></th>
  </tr>
{{#rows}}
  <tr>
<% attributes.each do |attribute| -%>
    <td>{{<%= attribute %>}}</td>
<% end -%>
    <td><a href="../../_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.0 lib/rid/generators/list/templates/index.mustache