We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d2154 commit 0781908Copy full SHA for 0781908
phpmyfaq/assets/templates/admin/content/category.overview.twig
@@ -66,8 +66,18 @@
66
{{ categoryInfo[key]['name'] | raw }}
67
68
{% if categoryInfo[key]['show_home'] == 1 %}
69
- <i class="bi bi-star" aria-hidden="true"></i>
+ <span class="badge bg-warning">
70
+ <i class="bi bi-star" aria-hidden="true"></i>
71
+ </span>
72
+
73
+ {% endif %}
74
75
+ {% if categoryInfo[key]['image'] is not empty %}
76
77
+ <i class="bi bi-image" aria-hidden="true"></i>
78
79
{% endif %}
80
81
</h6>
82
{% else %}
83
<a href="./category">{{ 'msgNewTranslationHeader' | translate }}</a>
0 commit comments