Sha256: 1d2010d4703ca6fa9f482ddfe724b861e14f2f4ba3d086dcf477ac4f66d98a9a

Contents?: true

Size: 394 Bytes

Versions: 12

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 :credit_account
      %th= t_attr :debit_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

12 entries across 12 versions & 2 rubygems

Version Path
has_accounts_engine-1.1.2 app/views/bookings/_list.html.haml
has_accounts_engine-1.1.1 app/views/bookings/_list.html.haml
has_accounts_engine-1.1.0 app/views/bookings/_list.html.haml
has_accounts_engine-1.0.4 app/views/bookings/_list.html.haml
has_accounts_engine-1.0.3 app/views/bookings/_list.html.haml
has_accounts_engine-1.0.2 app/views/bookings/_list.html.haml
has_accounts_engine-1.0.1 app/views/bookings/_list.html.haml
has_accounts_engine-1.0.0 app/views/bookings/_list.html.haml
has_accounts-0.20.1 app/views/bookings/_list.html.haml
has_accounts-0.20.0 app/views/bookings/_list.html.haml
has_accounts-0.19.1 app/views/bookings/_list.html.haml
has_accounts-0.19.0 app/views/bookings/_list.html.haml