mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
paper_type facets
This commit is contained in:
parent
5b677ab3ca
commit
f709c399be
3 changed files with 32 additions and 1 deletions
|
@ -1,6 +1,13 @@
|
|||
div
|
||||
= render 'search/form'
|
||||
|
||||
.row
|
||||
.small-4.columns
|
||||
ul
|
||||
- @paper_type_facets.each do |paper_type, count|
|
||||
li.facet
|
||||
= "#{paper_type} (#{count})"
|
||||
|
||||
.clearfix
|
||||
- if params[:q].present?
|
||||
.left
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue