DistroPropaganda/code/rails31/depot_r/app/views/carts/show.html.erb

6 lines
80 B
Text
Raw Normal View History

2018-11-24 13:20:20 +01:00
<% if notice %>
<p id="notice"><%= notice %></p>
<% end %>
<%= render @cart %>