Sha256: eb449e89dcaba0e4209e36310ee3b3cca45195219a5386d87d80f4dcab5df625

Contents?: true

Size: 260 Bytes

Versions: 8

Compression:

Stored size: 260 Bytes

Contents

<p style="color: green"><%= notice %></p>

<h1>Orders</h1>

<div id="orders">
  <% @orders.each do |order| %>
    <%= render order %>
    <p>
      <%= link_to "Show this order", order %>
    </p>
  <% end %>
</div>

<%= link_to "New order", new_order_path %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mimoco-1.0.3 test/dummy/app/views/orders/index.html.erb
mimoco-1.0.2 test/internal/app/views/orders/index.html.erb
mimoco-1.0.1 test/internal/app/views/orders/index.html.erb
mimoco-1.0.0 test/internal/app/views/orders/index.html.erb
mimoco-0.3.2 test/internal/app/views/orders/index.html.erb
mimoco-0.3.1 test/internal/app/views/orders/index.html.erb
mimoco-0.3.0 test/internal/app/views/orders/index.html.erb
mimoco-0.2.0 test/internal/app/views/orders/index.html.erb