Sha256: 78f1bfb27bd7f7e8cc9371df8063f6446854a36bb969958677dc48a3cf163864

Contents?: true

Size: 632 Bytes

Versions: 83

Compression:

Stored size: 632 Bytes

Contents

<p id="notice"><%= notice %></p>

<h1>Listing Articles</h1>

<table>
  <thead>
    <tr>
      <th>Title</th>
      <th>Text</th>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% @articles.each do |article| %>
      <tr>
        <td><%= article.title %></td>
        <td><%= article.text %></td>
        <td><%= link_to 'Show', article %></td>
        <td><%= link_to 'Edit', edit_article_path(article) %></td>
        <td><%= link_to 'Destroy', article, method: :delete, data: { confirm: 'Are you sure?' } %></td>
      </tr>
    <% end %>
  </tbody>
</table>

<br>

<%= link_to 'New Article', new_article_path %>

Version data entries

83 entries across 83 versions & 6 rubygems

Version Path
optimacms-0.1.61 app/views/optimacms/articles/index.html.erb
optimacms-0.4.3 app/views/optimacms/articles/index.html.erb
optimacms-0.4.2 app/views/optimacms/articles/index.html.erb
robot_catcher-0.2 test/dummy/app/views/articles/index.html.erb
optimacms-0.3.9 app/views/optimacms/articles/index.html.erb
optimacms-0.3.8 app/views/optimacms/articles/index.html.erb
optimacms-0.3.7 app/views/optimacms/articles/index.html.erb
optimacms-0.3.6 app/views/optimacms/articles/index.html.erb
optimacms-0.3.5 app/views/optimacms/articles/index.html.erb
optimacms-0.3.2 app/views/optimacms/articles/index.html.erb
optimacms-0.3.1 app/views/optimacms/articles/index.html.erb
optimacms-0.2.23 app/views/optimacms/articles/index.html.erb
optimacms-0.2.22 app/views/optimacms/articles/index.html.erb
optimacms-0.2.21 app/views/optimacms/articles/index.html.erb
optimacms-0.2.20 app/views/optimacms/articles/index.html.erb
optimacms-0.2.19 app/views/optimacms/articles/index.html.erb
optimacms-0.2.18 app/views/optimacms/articles/index.html.erb
optimacms-0.2.17 app/views/optimacms/articles/index.html.erb
optimacms-0.2.16 app/views/optimacms/articles/index.html.erb
optimacms-0.2.15 app/views/optimacms/articles/index.html.erb