Sha256: bff81753c10291aedbe2b2ed8368ed1cd4008cb43e1ffa659f85341d72a69bd8

Contents?: true

Size: 690 Bytes

Versions: 40

Compression:

Stored size: 690 Bytes

Contents

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

<h1>Listing Demands</h1>

<table>
  <thead>
    <tr>
      <th>User</th>
      <th>Item</th>
      <th>Message</th>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% @demands.each do |demand| %>
      <tr>
        <td><%= demand.user_id %></td>
        <td><%= demand.item_id %></td>
        <td><%= demand.message_id %></td>
        <td><%= link_to 'Show', demand %></td>
        <td><%= link_to 'Edit', edit_demand_path(demand) %></td>
        <td><%= link_to 'Destroy', demand, method: :delete, data: { confirm: 'Are you sure?' } %></td>
      </tr>
    <% end %>
  </tbody>
</table>

<br>

<%= link_to 'New Demand', new_demand_path %>

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
enju_circulation-0.3.11 app/views/demands/index.html.erb
enju_circulation-0.3.10 app/views/demands/index.html.erb
enju_circulation-0.3.9 app/views/demands/index.html.erb
enju_circulation-0.4.0.rc.1 app/views/demands/index.html.erb
enju_circulation-0.3.8 app/views/demands/index.html.erb
enju_circulation-0.3.7 app/views/demands/index.html.erb
enju_circulation-0.4.0.beta.4 app/views/demands/index.html.erb
enju_circulation-0.4.0.beta.3 app/views/demands/index.html.erb
enju_circulation-0.3.6 app/views/demands/index.html.erb
enju_circulation-0.4.0.beta.2 app/views/demands/index.html.erb
enju_circulation-0.4.0.beta.1 app/views/demands/index.html.erb
enju_circulation-0.3.5 app/views/demands/index.html.erb
enju_circulation-0.3.4 app/views/demands/index.html.erb
enju_circulation-0.3.3 app/views/demands/index.html.erb
enju_circulation-0.3.2 app/views/demands/index.html.erb
enju_circulation-0.3.1 app/views/demands/index.html.erb
enju_circulation-0.3.0 app/views/demands/index.html.erb
enju_circulation-0.3.0.rc.1 app/views/demands/index.html.erb
enju_circulation-0.3.0.beta.1 app/views/demands/index.html.erb
enju_circulation-0.2.5 app/views/demands/index.html.erb