feat: use category selector in category page

fix privilege shortcuts in group page after search
This commit is contained in:
Barış Soner Uşaklı
2020-07-30 14:55:28 -04:00
parent 560f3eb173
commit fb7bb8d400
6 changed files with 68 additions and 23 deletions

View File

@@ -17,7 +17,7 @@
">
<i data-name="icon" value="{categories.icon}" class="fa {categories.icon}"></i>
</div>
<h5 class="category-header">{categories.name}</h5>
<h5 class="category-header"><a href="{config.relative_path}/admin/manage/categories/{categories.cid}">{categories.name}</a></h5>
</div>
</div>
</div>