Sha256: 8d6969279f568bd341117a4e8fea20c1d2604f10052b258474987bfcb1f2b643

Contents?: true

Size: 337 Bytes

Versions: 1

Compression:

Stored size: 337 Bytes

Contents

- content_for :sidebar do
  .sub-tabs
    %h3 Filter
    %ul
      %li= link_to t('bookyt.all'), url_for(params.merge(:by_value_period => nil))
      - for year, period in current_tenant.fiscal_years
        %li= link_to year, url_for(params.merge({:by_value_period => {:from => period[:from].to_s(:db), :to => period[:to].to_s(:db)}}))

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bookyt-0.0.1 app/views/bookings/_sidebar.html.haml