Sha256: 8acb7e92de45196406165e9e76c8954414f73b6765b8e834b9221b2ca643e1df

Contents?: true

Size: 475 Bytes

Versions: 11

Compression:

Stored size: 475 Bytes

Contents

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

11 entries across 11 versions & 1 rubygems

Version Path
has_accounts_engine-3.0.0.beta13 app/views/booking_templates/_list.html.haml
has_accounts_engine-3.0.0.beta12 app/views/booking_templates/_list.html.haml
has_accounts_engine-3.0.0.beta11 app/views/booking_templates/_list.html.haml
has_accounts_engine-3.0.0.beta10 app/views/booking_templates/_list.html.haml
has_accounts_engine-3.0.0.beta9 app/views/booking_templates/_list.html.haml
has_accounts_engine-3.0.0.beta8 app/views/booking_templates/_list.html.haml
has_accounts_engine-3.0.0.beta7 app/views/booking_templates/_list.html.haml
has_accounts_engine-3.0.0.beta6 app/views/booking_templates/_list.html.haml
has_accounts_engine-3.0.0.beta5 app/views/booking_templates/_list.html.haml
has_accounts_engine-3.0.0.beta4 app/views/booking_templates/_list.html.haml
has_accounts_engine-3.0.0.beta3 app/views/booking_templates/_list.html.haml