Sha256: 45bcaf2edea7e02bdb92f07a287f1da0188c8c21a919477a8042208da29d4c48
Contents?: true
Size: 590 Bytes
Versions: 10
Compression:
Stored size: 590 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.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) = render 'bookings/sidebar'
Version data entries
10 entries across 10 versions & 1 rubygems