Sha256: 878f6aa27729c639faeb1d4989d6fa0224461046233758e68241b8e28b4ad30a

Contents?: true

Size: 246 Bytes

Versions: 4

Compression:

Stored size: 246 Bytes

Contents

<% content_for :data_controls do %>

<% end %>

<% content_for :detail do %>
  <%= render :partial => 'table', :locals => {:transactions => @transactions} %>
  <%= will_paginate @transactions, :renderer => BootstrapPagination::Rails %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tb_checkout-1.1.1 app/views/tb_checkout/admin/transactions/index.html.erb
tb_checkout-1.1.0 app/views/tb_checkout/admin/transactions/index.html.erb
tb_checkout-1.0.7 app/views/tb_checkout/admin/transactions/index.html.erb
tb_checkout-1.0.6 app/views/tb_checkout/admin/transactions/index.html.erb