Sha256: beb37192dc3c7793565992f959f4c147ea90841aa81173a6696d1f07cbf959d8

Contents?: true

Size: 524 Bytes

Versions: 4

Compression:

Stored size: 524 Bytes

Contents

.contextual
  = icon_link_to :only_debit_bookings, url_for(:only_debit_bookings => true) unless params[:only_debit_bookings]
  = icon_link_to :only_credit_bookings, url_for(:only_credit_bookings => true) unless params[:only_credit_bookings]
  = icon_link_to :all_bookings, @account if params[:only_credit_bookings] || params[:only_debit_bookings]
  = icon_link_to :print, params.merge({:format => :pdf, :per_page => 5000, :page => 1})
  = contextual_links_for

= boot_page_title
= render 'show'

= render 'bookings/sidebar'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
has_accounts_engine-3.0.0.beta15 app/views/accounts/show.html.haml
has_accounts_engine-3.0.0.beta14 app/views/accounts/show.html.haml
has_accounts_engine-3.0.0.beta13 app/views/accounts/show.html.haml
has_accounts_engine-3.0.0.beta12 app/views/accounts/show.html.haml