">
<%= price.variant.descriptive_name %> |
<%= price.display_country %> |
<%= price.currency %> |
<%= price.money.to_html %> |
<% if can?(:update, price) %>
<%= link_to_edit(price, no_text: true) unless price.discarded? %>
<% end %>
<% if can?(:destroy, price) %>
<%= link_to_delete(price, no_text: true) unless price.discarded? %>
<% end %>
|
<% end %>