Sha256: 96a251394298d401c41644af77b5b75824c062815e40ab618be8927601b2ca45

Contents?: true

Size: 253 Bytes

Versions: 8

Compression:

Stored size: 253 Bytes

Contents

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

<%= render @order %>

<div>
  <%= link_to "Edit this order", edit_order_path(@order) %> |
  <%= link_to "Back to orders", orders_path %>

  <%= button_to "Destroy this order", @order, method: :delete %>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

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