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

Version Path
has_accounts_engine-3.0.0.beta9 app/views/bookings/_list.html.haml
has_accounts_engine-3.0.0.beta8 app/views/bookings/_list.html.haml
has_accounts_engine-3.0.0.beta7 app/views/bookings/_list.html.haml
has_accounts_engine-3.0.0.beta6 app/views/bookings/_list.html.haml
has_accounts_engine-3.0.0.beta5 app/views/bookings/_list.html.haml
has_accounts_engine-3.0.0.beta4 app/views/bookings/_list.html.haml
has_accounts_engine-3.0.0.beta3 app/views/bookings/_list.html.haml
has_accounts_engine-3.0.0.beta2 app/views/bookings/_list.html.haml
has_accounts_engine-3.0.0.beta1 app/views/bookings/_list.html.haml
has_accounts_engine-3.0.0.beta0 app/views/bookings/_list.html.haml