Add missing yields to filters
This commit is contained in:
@@ -10,3 +10,4 @@ if has_active_filter_value
|
||||
else
|
||||
i.pointable.check.square.outline.icon{action 'set_filter' 1}
|
||||
i.pointable.square.outline.icon{action 'set_filter' 0}
|
||||
= yield
|
||||
|
||||
@@ -25,3 +25,4 @@ ui-dropdown class='basic pointing' action='nothing'
|
||||
= yield
|
||||
if has_active_filter_value
|
||||
i.close.icon.clear-target-date-filter{action 'clear_filters'}
|
||||
= yield
|
||||
|
||||
@@ -21,4 +21,4 @@ ui-dropdown class='right basic labeled icon' action='nothing'
|
||||
ui-checkbox class='item' checked=(contains option selected) label=option onChange=(action 'toggle_filter' option)
|
||||
if selected.length
|
||||
i.pointable.remove.icon{action 'clear_filter'}
|
||||
|
||||
= yield
|
||||
|
||||
@@ -12,4 +12,4 @@ ui-dropdown class='right basic labeled icon' action='nothing'
|
||||
= option
|
||||
if has_active_filter_value
|
||||
i.pointable.close.icon{action 'clear_filter'}
|
||||
|
||||
= yield
|
||||
|
||||
@@ -7,4 +7,4 @@ ui-dropdown class='right basic labeled top right pointing icon' action='nothing'
|
||||
= yield
|
||||
if has_active_filter_value
|
||||
i.close.icon.clear-target-date-filter{action 'clear_filters'}
|
||||
|
||||
= yield
|
||||
|
||||
@@ -4,3 +4,4 @@
|
||||
= option
|
||||
if has_active_filter_value
|
||||
i.close.icon{action 'clear_filter'}
|
||||
= yield
|
||||
|
||||
Reference in New Issue
Block a user