Sha256: 3beff06974792242870c04fe9138c617e8d60de5a17db22c5a4967362e98f287

Contents?: true

Size: 610 Bytes

Versions: 57

Compression:

Stored size: 610 Bytes

Contents

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

<h1>Listing Topics</h1>

<table>
  <thead>
    <tr>
      <th>Name</th>
      <th>Place</th>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% @topics.each do |topic| %>
      <tr>
        <td><%= topic.name %></td>
        <td><%= topic.place %></td>
        <td><%= link_to 'Show', topic %></td>
        <td><%= link_to 'Edit', edit_topic_path(topic) %></td>
        <td><%= link_to 'Destroy', topic, method: :delete, data: { confirm: 'Are you sure?' } %></td>
      </tr>
    <% end %>
  </tbody>
</table>

<br>

<%= link_to 'New Topic', new_topic_path %>

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
wordjelly-auth-1.3.9 spec/dummy/app/views/topics/index.html.erb
wordjelly-auth-1.3.8 spec/dummy/app/views/topics/index.html.erb
wordjelly-auth-1.3.7 spec/dummy/app/views/topics/index.html.erb
wordjelly-auth-1.3.6 spec/dummy/app/views/topics/index.html.erb
wordjelly-auth-1.3.5 spec/dummy/app/views/topics/index.html.erb
wordjelly-auth-1.3.3 spec/dummy/app/views/topics/index.html.erb
wordjelly-auth-1.3.2 spec/dummy/app/views/topics/index.html.erb
wordjelly-auth-1.3.1 spec/dummy/app/views/topics/index.html.erb
wordjelly-auth-1.3.0 spec/dummy/app/views/topics/index.html.erb
wordjelly-auth-1.2.9 spec/dummy/app/views/topics/index.html.erb
wordjelly-auth-1.2.8 spec/dummy/app/views/topics/index.html.erb
wordjelly-auth-1.2.6 spec/dummy/app/views/topics/index.html.erb
wordjelly-auth-1.2.5 spec/dummy/app/views/topics/index.html.erb
wordjelly-auth-1.2.4 spec/dummy/app/views/topics/index.html.erb
wordjelly-auth-1.2.3 spec/dummy/app/views/topics/index.html.erb
wordjelly-auth-1.2.2 spec/dummy/app/views/topics/index.html.erb
wordjelly-auth-1.2.1 spec/dummy/app/views/topics/index.html.erb
wordjelly-auth-1.2.0 spec/dummy/app/views/topics/index.html.erb
wordjelly-auth-1.1.9 spec/dummy/app/views/topics/index.html.erb
wordjelly-auth-1.1.8 spec/dummy/app/views/topics/index.html.erb