originator facets

This commit is contained in:
Lars Henrik Mai 2015-06-13 21:27:22 +02:00 committed by Andreas Haller
parent f709c399be
commit cb877d510e
3 changed files with 13 additions and 0 deletions

View file

@ -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?