2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

Add class to category link for easy styling (#5606)

This commit is contained in:
Zach Whitehead 2018-02-19 04:22:27 -05:00 committed by Régis Hanol
parent 5d9d0fcb4f
commit afa2b36842

View file

@ -1,4 +1,4 @@
<a href={{category.url}}>
<a class="category-title-link" href={{category.url}}>
{{#if category.read_restricted}}
{{d-icon 'lock'}}
{{/if}}