Sha256: 0bc563ac425e43039edac0c9443ea1cd55710caa27f011e39b5b278a288d77a0

Contents?: true

Size: 491 Bytes

Versions: 13

Compression:

Stored size: 491 Bytes

Contents

<h1>Listing pages</h1>

<table>
  <tr>
    <th>Title</th>
    <th>Content</th>
    <th></th>
    <th></th>
    <th></th>
  </tr>

<% @pages.each do |page| %>
  <tr>
    <td><%= page.title %></td>
    <td><%= page.content %></td>
    <td><%= link_to 'Show', page %></td>
    <td><%= link_to 'Edit', edit_page_path(page) %></td>
    <td><%= link_to 'Destroy', page, confirm: 'Are you sure?', method: :delete %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New Page', new_page_path %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
active_admin_editor-0.3.6 test/dummy/app/views/pages/index.html.erb
active_admin_editor-0.3.5 test/dummy/app/views/pages/index.html.erb
active_admin_editor-0.3.4 test/dummy/app/views/pages/index.html.erb
active_admin_editor-0.3.3 test/dummy/app/views/pages/index.html.erb
active_admin_editor-0.3.2 test/dummy/app/views/pages/index.html.erb
active_admin_editor-0.3.1 test/dummy/app/views/pages/index.html.erb
active_admin_editor-0.3.0 test/dummy/app/views/pages/index.html.erb
active_admin_editor-0.2.4 test/dummy/app/views/pages/index.html.erb
active_admin_editor-0.2.3 test/dummy/app/views/pages/index.html.erb
active_admin_editor-0.2.2 test/dummy/app/views/pages/index.html.erb
active_admin_editor-0.2.1 test/dummy/app/views/pages/index.html.erb
active_admin_editor-0.2.0 test/dummy/app/views/pages/index.html.erb
active_admin_editor-0.1.0 test/dummy/app/views/pages/index.html.erb