fix issues 3410 - fix team filters icon
parent
328a354241
commit
0a6cbf1140
|
@ -6,6 +6,7 @@ section.team-filters
|
||||||
form.search-in
|
form.search-in
|
||||||
fieldset
|
fieldset
|
||||||
input(type="text", placeholder="{{'TEAM.PLACEHOLDER_INPUT_SEARCH' | translate}}", ng-model="filtersQ")
|
input(type="text", placeholder="{{'TEAM.PLACEHOLDER_INPUT_SEARCH' | translate}}", ng-model="filtersQ")
|
||||||
a.icon.icon-search(href="", title="{{'COMMON.FILTERS.TITLE_ACTION_FILTER_BUTTON' | translate}}")
|
.icon-search-wrapper
|
||||||
|
a.icon.icon-search(href="", title="{{'COMMON.FILTERS.TITLE_ACTION_FILTER_BUTTON' | translate}}")
|
||||||
|
|
||||||
nav(tg-team-filters)
|
nav(tg-team-filters)
|
Loading…
Reference in New Issue