Sha256: af1e062728eadb2be84a833a572e254dafcc30c50371b2bc6d9f41496f0308ee

Contents?: true

Size: 605 Bytes

Versions: 2

Compression:

Stored size: 605 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
    %tbody
      = render collection

= paginate collection if defined?(paginate)
= render 'bookings/sidebar'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
has_accounts_engine-3.0.0.beta15 app/views/bookings/_list.html.haml
has_accounts_engine-3.0.0.beta14 app/views/bookings/_list.html.haml