File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ {% use ' @EcommitCrud/IconTheme/base.html.twig' %}
2+
3+ {% block asc %}
4+ {% apply spaceless %}
5+ <i class =" fa-solid fa-arrow-down-a-z" ></i >
6+ {% endapply %}
7+ {% endblock %}
8+
9+ {% block desc %}
10+ {% apply spaceless %}
11+ <i class =" fa-solid fa-arrow-down-z-a" ></i >
12+ {% endapply %}
13+ {% endblock %}
14+
15+ {% block display_settings %}
16+ {% apply spaceless %}
17+ <i class =" fa-solid fa-gear" aria-hidden =" true" ></i >
18+ {% endapply %}
19+ {% endblock %}
20+
21+ {% block search %}
22+ {% apply spaceless %}
23+ <i class =" fa-solid fa-magnifying-glass" aria-hidden =" true" ></i >
24+ {% endapply %}
25+ {% endblock %}
26+
27+ {% block reset %}
28+ {% apply spaceless %}
29+ <i class =" fa-solid fa-fire" aria-hidden =" true" ></i >
30+ {% endapply %}
31+ {% endblock %}
You can’t perform that action at this time.
0 commit comments