Sha256: da317da13118798b0505bf0a3a1f0d8846083c303d2110bf0177c4a0a16b797e

Contents?: true

Size: 634 Bytes

Versions: 8

Compression:

Stored size: 634 Bytes

Contents

<p id="notice">{{notice_text}}</p>

<h1><%= plural_table_name.titleize %></h1>

<table>
  <thead>
    <tr>
<% attributes.reject(&:password_digest?).each do |attribute| -%>
      <th><%= attribute.human_name %></th>
<% end -%>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    {{*<%= plural_table_name %>}}
      <tr>
<% attributes.reject(&:password_digest?).each do |attribute| -%>
        <td>{{<%= attribute.name %>}}</td>
<% end -%>
        <td>{{show_link}}</td>
        <td>{{edit_link}}</td>
        <td>{{destroy_link}}</td>
      </tr>
    {{/<%= plural_table_name %>}}
  </tbody>
</table>

<br>

{{create_link}}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
curly-templates-3.4.0 lib/generators/curly/scaffold/templates/index.html.curly.erb
curly-templates-3.3.0 lib/generators/curly/scaffold/templates/index.html.curly.erb
curly-templates-3.2.0 lib/generators/curly/scaffold/templates/index.html.curly.erb
curly-templates-3.1.0 lib/generators/curly/scaffold/templates/index.html.curly.erb
curly-templates-3.0.0 lib/generators/curly/scaffold/templates/index.html.curly.erb
curly-templates-2.6.5 lib/generators/curly/scaffold/templates/index.html.curly.erb
curly-templates-2.6.4 lib/generators/curly/scaffold/templates/index.html.curly.erb
curly-templates-2.6.3 lib/generators/curly/scaffold/templates/index.html.curly.erb