Sha256: ed9342e9c0f74acf0dbaaf7d01435746624766634fe508d4618aa1968bf6c06b
Contents?: true
Size: 411 Bytes
Versions: 4
Compression:
Stored size: 411 Bytes
Contents
- filter_name = :by_period - content_for :sidebar do - filters = month_periods = boot_nav_filter(filter_name, [{:title => t('bookyt.all'), :value => nil}] + filters) - filter_name = :by_project_id - content_for :sidebar do - filters = Project.all.collect{|project| {:title => project.to_s, :value => project.id} } = boot_nav_filter(filter_name, [{:title => t('bookyt.all'), :value => nil}] + filters)
Version data entries
4 entries across 4 versions & 1 rubygems