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