Sha256: 497a62158d0307de7126d699cc6907b172694820244d04715f28e17a8efecba0
Contents?: true
Size: 350 Bytes
Versions: 2
Compression:
Stored size: 350 Bytes
Contents
<p id="notice"><%= notice %></p> <p> <strong>Title:</strong> <%= @item.title %> </p> <p> <strong>Text:</strong> <%= @item.text %> </p> <p> <strong>Category:</strong> <%= @item.category_id %> </p> <p> <strong>Image:</strong> <%= @item.image %> </p> <%= link_to 'Edit', edit_item_path(@item) %> | <%= link_to 'Back', items_path %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
navinshop-0.0.2 | app/views/navinshop/items/show.html.erb |
navinshop-0.0.1 | app/views/navinshop/items/show.html.erb |