Sha256: d91d21c49c8d26cac02dc7006b5315008a537e85d4600ac8211f6923b2309c92

Contents?: true

Size: 511 Bytes

Versions: 1

Compression:

Stored size: 511 Bytes

Contents

<tr id="payment_method_<%= payment_method.id %>">
  <td><%= payment_method.id %></td>
  <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: 'ui mini blue button', remote: true %>
    <%= link_to 'Delete', my_payment_method_path(payment_method), class: 'ui mini button', remote: true, method: :delete, data: { confirm: 'Are you sure?' } %>
  </td>
</tr>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_trade-0.0.1 app/views/rails_trade_my/payment_methods/_item.html.erb