Sha256: 08f2c93dd4bc8832d93be97866ff7a0f17df6f40d64d43bbdf69b1b785e36ad8

Contents?: true

Size: 779 Bytes

Versions: 6

Compression:

Stored size: 779 Bytes

Contents

<h1>Listing content_sections</h1>

<table>
  <tr>
    <th>Contentable</th>
    <th>Contentable type</th>
    <th>Name</th>
    <th>Content</th>
    <th></th>
    <th></th>
    <th></th>
  </tr>

<% @content_sections.each do |content_section| %>
  <tr>
    <td><%= content_section.contentable_id %></td>
    <td><%= content_section.contentable_type %></td>
    <td><%= content_section.name %></td>
    <td><%= content_section.content %></td>
    <td><%= link_to 'Show', content_section %></td>
    <td><%= link_to 'Edit', edit_content_section_path(content_section) %></td>
    <td><%= link_to 'Destroy', content_section, method: :delete, data: { confirm: 'Are you sure?' } %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New Content section', new_content_section_path %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wafflemix-0.0.6 app/views/wafflemix/admin/content_sections/index.html.erb
wafflemix-0.0.5 app/views/wafflemix/admin/content_sections/index.html.erb
wafflemix-0.0.4 app/views/wafflemix/admin/content_sections/index.html.erb
wafflemix-0.0.3 app/views/wafflemix/admin/content_sections/index.html.erb
wafflemix-0.0.2 app/views/wafflemix/admin/content_sections/index.html.erb
wafflemix-0.0.1 app/views/wafflemix/admin/content_sections/index.html.erb