Sha256: 9047d3c9d552e100b4cb67bebab645e83d40dfbfc57663d233c4dff15922c72b

Contents?: true

Size: 439 Bytes

Versions: 10

Compression:

Stored size: 439 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]
  = contextual_links_for

= boot_page_title
= render 'show'

= render 'bookings/sidebar'

Version data entries

10 entries across 10 versions & 1 rubygems

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