Sha256: 2396e11e5efa22ac1bb26d41cbfd46011c9f8800c4443b9dd610c78bebbca519

Contents?: true

Size: 618 Bytes

Versions: 15

Compression:

Stored size: 618 Bytes

Contents

<table>
  <thead>
    <tr>
      <%attributes.each do |attribute|%>
        <%-attribute_args = attribute.split(":")-%>
        <th><%=attribute_args[0].humanize.titlecase%></th>
      <%end%>
    </tr>
  </thead>
  <tbody>
    <%% @<%=module_name_formatted%>.each do |<%=module_name_formatted.singularize%>| %>
      <tr>
        <%-attributes.each do |attribute|-%>
        <%-attribute_args = attribute.split(":")-%>
        <td><%%=<%=module_name_formatted.singularize%>.<%=attribute_args[0]%> %></td>
        <%-end-%>

      </tr>
    <%%end%>
  </tbody>
</table>
<%%=will_paginate @<%=module_name_formatted%>%>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
spud_core-1.0.6 lib/generators/spud/templates/views/frontend/index.html.erb
spud_core-1.0.5 lib/generators/spud/templates/views/frontend/index.html.erb
spud_core-1.0.4 lib/generators/spud/templates/views/frontend/index.html.erb
spud_core-1.0.3 lib/generators/spud/templates/views/frontend/index.html.erb
spud_core-1.0.2 lib/generators/spud/templates/views/frontend/index.html.erb
spud_core-1.0.1 lib/generators/spud/templates/views/frontend/index.html.erb
spud_core-1.0.0 lib/generators/spud/templates/views/frontend/index.html.erb
spud_core-1.0.0.rc2 lib/generators/spud/templates/views/frontend/index.html.erb
spud_core-1.0.0.rc1.1 lib/generators/spud/templates/views/frontend/index.html.erb
spud_core-1.0.0.rc1 lib/generators/spud/templates/views/frontend/index.html.erb
spud_core-0.9.22 lib/generators/spud/templates/views/frontend/index.html.erb
spud_core-0.9.21 lib/generators/spud/templates/views/frontend/index.html.erb
spud_core-0.9.20 lib/generators/spud/templates/views/frontend/index.html.erb
spud_core-0.9.19 lib/generators/spud/templates/views/frontend/index.html.erb
spud_core-0.9.18 lib/generators/spud/templates/views/frontend/index.html.erb