Sha256: 0ec59b4d6e33642a85aead235a0509d1241749e7248fad1a1bff9a6d2eef41d2
Contents?: true
Size: 665 Bytes
Versions: 4
Compression:
Stored size: 665 Bytes
Contents
= form_tag '', :id => 'bookings_table_form', 'data-table-select' => true, :method => :put, :remote => true do %table.table.table-striped.bookings.collection %thead %tr %th.valute_date= t_attr :valuta %th.code= t_attr :code %th.title= t_attr :title %th.reference= t_attr :reference %th.debit_account= t_attr :debit_account %th.credit_account= t_attr :credit_account %th.amount.currency= t_attr 'amount' %th.action-links(style='width: 66px') %tbody = render collection, :item_action => (item_action ||= nil) = paginate collection if defined?(paginate) = render 'bookings/sidebar'
Version data entries
4 entries across 4 versions & 1 rubygems