<%= link_to t('.edit'), edit_my_cart_path(@cart), class: 'ui mini blue right floated button', remote: true %>
<%= Cart.human_attribute_name(:payment_strategy_id) %> <%= @cart.payment_strategy_id %>
<%= Cart.human_attribute_name(:deposit_ratio) %> <%= @cart.deposit_ratio %>
<%= Cart.human_attribute_name(:buyer_type) %> <%= @cart.buyer_type %>
<%= Cart.human_attribute_name(:buyer_id) %> <%= @cart.buyer_id %>