Sha256: 6373bf43aea6ece342800c61867df89d5edabffc14a98b6b12abd37ee0494146

Contents?: true

Size: 371 Bytes

Versions: 1

Compression:

Stored size: 371 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)

= render 'bookings/sidebar'

Version data entries

1 entries across 1 versions & 1 rubygems

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