Sha256: 567cc6ce0f876bf1bc5f4428f525184871981c6f18c0dc82d8ddd8c300350e0f

Contents?: true

Size: 436 Bytes

Versions: 4

Compression:

Stored size: 436 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

4 entries across 4 versions & 1 rubygems

Version Path
has_accounts_engine-3.0.0.beta11 app/views/accounts/show.html.haml
has_accounts_engine-3.0.0.beta10 app/views/accounts/show.html.haml
has_accounts_engine-3.0.0.beta9 app/views/accounts/show.html.haml
has_accounts_engine-3.0.0.beta8 app/views/accounts/show.html.haml