Sha256: ce5b3f84cbc8516025782fa29355103b86956129a62da288f7a1c3635580fe74

Contents?: true

Size: 430 Bytes

Versions: 5

Compression:

Stored size: 430 Bytes

Contents

%table.table.table-striped.booking_templates.collection
  %thead
    %tr
      %th= t_attr :title, BookingTemplate
      %th= t_attr :debit_account, BookingTemplate
      %th= t_attr :credit_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

5 entries across 5 versions & 1 rubygems

Version Path
has_accounts_engine-3.0.0.beta2 app/views/booking_templates/_list.html.haml
has_accounts_engine-3.0.0.beta1 app/views/booking_templates/_list.html.haml
has_accounts_engine-3.0.0.beta0 app/views/booking_templates/_list.html.haml
has_accounts_engine-2.0.1 app/views/booking_templates/_list.html.haml
has_accounts_engine-2.0.0 app/views/booking_templates/_list.html.haml