Sha256: 8ff319474b226b7b9bb85193ee6aeffce119f7cc08880cebf5cbf641f5bcf3da

Contents?: true

Size: 283 Bytes

Versions: 9

Compression:

Stored size: 283 Bytes

Contents

%table.table.table-striped.accounts.collection
  %thead
    %tr
      %th= t_attr(:code, Account)
      %th= t_attr(:title, Account)
      %th{:style => "text-align: right"}= t_attr(:saldo, Account)
      %th.action-links
  %tbody
    = render @accounts

= render 'bookings/sidebar'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
has_accounts_engine-3.0.0.beta8 app/views/accounts/_list.html.haml
has_accounts_engine-3.0.0.beta7 app/views/accounts/_list.html.haml
has_accounts_engine-3.0.0.beta6 app/views/accounts/_list.html.haml
has_accounts_engine-3.0.0.beta5 app/views/accounts/_list.html.haml
has_accounts_engine-3.0.0.beta4 app/views/accounts/_list.html.haml
has_accounts_engine-3.0.0.beta3 app/views/accounts/_list.html.haml
has_accounts_engine-3.0.0.beta2 app/views/accounts/_list.html.haml
has_accounts_engine-3.0.0.beta1 app/views/accounts/_list.html.haml
has_accounts_engine-3.0.0.beta0 app/views/accounts/_list.html.haml