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:
parent
5d9d0fcb4f
commit
afa2b36842
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<a href={{category.url}}>
|
||||
<a class="category-title-link" href={{category.url}}>
|
||||
{{#if category.read_restricted}}
|
||||
{{d-icon 'lock'}}
|
||||
{{/if}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue