Sha256: 76ccb5e47400cf08527768f9b82b81851c1416591ded634af4e4deaf0d6357cd
Contents?: true
Size: 247 Bytes
Versions: 2
Compression:
Stored size: 247 Bytes
Contents
<%= render layout: 'index_table', locals: { cache_key: Trade::PaymentMethod.column_names.hash } do %> <%= render partial: 'index_tbody', layout: 'index_tr', collection: @payment_methods, as: :model %> <% end %> <%= paginate @payment_methods %>
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_trade-0.0.3 | app/views/trade/admin/payment_methods/index.html.erb |
rails_trade-0.0.3 | app/views/trade/admin/payment_methods/unverified.html.erb |