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