Add class to category link for easy styling (#5606)
This commit is contained in:
parent
5d9d0fcb4f
commit
afa2b36842
|
@ -1,4 +1,4 @@
|
||||||
<a href={{category.url}}>
|
<a class="category-title-link" href={{category.url}}>
|
||||||
{{#if category.read_restricted}}
|
{{#if category.read_restricted}}
|
||||||
{{d-icon 'lock'}}
|
{{d-icon 'lock'}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Reference in New Issue