Sha256: 6c82921c5e36e2b4863e519de1a80ef4e9f9bef56ff4a5d6f0454965ff904f41

Contents?: true

Size: 430 Bytes

Versions: 3

Compression:

Stored size: 430 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
has_accounts_engine-1.1.2 app/views/booking_templates/_list.html.haml
has_accounts_engine-1.1.1 app/views/booking_templates/_list.html.haml
has_accounts_engine-1.1.0 app/views/booking_templates/_list.html.haml