mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
Fix label for filter_select inputs
This commit is contained in:
parent
4e2c37f67f
commit
463d01f44f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ module SearchHelper
|
|||
|
||||
def filter_select(builder, name, desc, facets, selected)
|
||||
capture do
|
||||
concat(label name, desc)
|
||||
concat(builder.label name, desc)
|
||||
concat(
|
||||
builder.select name,
|
||||
options_from_collection_for_select(facets, :term, :term_with_count, selected),
|
||||
|
|
Loading…
Reference in a new issue