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
1 changed files with 1 additions and 1 deletions

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}}