Sha256: a4b1a41fc8c5f2ad08fe06b613034bb18aab52bbed62586b45677f739f070d49

Contents?: true

Size: 439 Bytes

Versions: 12

Compression:

Stored size: 439 Bytes

Contents

.contextual
  = icon_link_to 'only_credit_bookings', url_for(:only_credit_bookings => true) unless params[:only_credit_bookings]
  = icon_link_to 'only_debit_bookings', url_for(:only_debit_bookings => true) unless params[:only_debit_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

12 entries across 12 versions & 2 rubygems

Version Path
has_accounts_engine-1.1.2 app/views/accounts/show.html.haml
has_accounts_engine-1.1.1 app/views/accounts/show.html.haml
has_accounts_engine-1.1.0 app/views/accounts/show.html.haml
has_accounts_engine-1.0.4 app/views/accounts/show.html.haml
has_accounts_engine-1.0.3 app/views/accounts/show.html.haml
has_accounts_engine-1.0.2 app/views/accounts/show.html.haml
has_accounts_engine-1.0.1 app/views/accounts/show.html.haml
has_accounts_engine-1.0.0 app/views/accounts/show.html.haml
has_accounts-0.20.1 app/views/accounts/show.html.haml
has_accounts-0.20.0 app/views/accounts/show.html.haml
has_accounts-0.19.1 app/views/accounts/show.html.haml
has_accounts-0.19.0 app/views/accounts/show.html.haml