Sha256: dea7d7999c6162d5534b733044b22e5e1222a51955b5b0bbe2dc88316f30bfb8
Contents?: true
Size: 396 Bytes
Versions: 1
Compression:
Stored size: 396 Bytes
Contents
<tr> <td><%= payment_method.account_name %></td> <td><%= payment_method.account_num %></td> <td><%= payment_method.bank %></td> <td> <%= link_to 'Edit', edit_my_payment_method_path(payment_method), class: 'button is-link is-small' %> <%= link_to 'Delete', my_payment_method_path(payment_method), class: 'button', method: :delete, data: { confirm: t('.confirm') } %> </td> </tr>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_trade-0.0.3 | app/views/trade/my/payment_methods/_index_tbody.html.erb |