| <%= link_to op.order_id[/\w+/], vendor_order_path(op.order_id) %> |
<%= op.order_created.in_time_zone(current_user.timezone).strftime('%F') %> |
<%= truncate(op.title, length:15) %> |
<%= op.btc_price %> |
<%= op.commission %> |
<%= op.btc_amount %> |
<%# btc_address, txid are normally set once order_payout paid but could be set to nil again for privacy reasons. %>
<%= op.btc_address[0..10] if op.btc_address %> |
<%= op.txid[0..10] if op.txid %> |
<%= op.updated_at.in_time_zone(current_user.timezone).strftime('%F') %> |
<%end%>