Sha256: b715bf12549a93beb1aacae6e5f9b56c86fdd7442404984e7fd623f89cb9a914

Contents?: true

Size: 394 Bytes

Versions: 1

Compression:

Stored size: 394 Bytes

Contents

%table.table.table-striped.bookings.collection
  %thead
    %tr
      %th= t_attr :valuta
      %th= t_attr :title
      %th= t_attr :reference
      %th= t_attr :debit_account
      %th= t_attr :credit_account
      %th.currency= t_attr 'amount'
      %th.action-links
  %tbody
    = render collection, :item_action => (item_action ||= nil)

= paginate collection

= render 'bookings/sidebar'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
has_accounts_engine-2.0.0 app/views/bookings/_list.html.haml