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