Sha256: 3d589faf451bf7d998785aa9a9be08d428d81e3b5aba3448a8bd40b1344ec628
Contents?: true
Size: 596 Bytes
Versions: 2
Compression:
Stored size: 596 Bytes
Contents
<p id="notice"><%= notice %></p> <h1>Payment References</h1> <table> <thead> <tr> <th colspan="3"></th> </tr> </thead> <tbody> <% @payment_references.each do |payment_reference| %> <tr> <td><%= link_to 'Show', payment_reference %></td> <td><%= link_to 'Edit', edit_payment_reference_path(payment_reference) %></td> <td><%= link_to 'Destroy', payment_reference, method: :delete, data: { confirm: t('.confirm') } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Payment Reference', new_payment_reference_path %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_trade-0.0.3 | app/views/trade/admin/payment_references/index.html.erb |
rails_trade-0.0.2 | app/views/trade/admin/payment_references/index.html.erb |