mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
Support for ARIA
This commit is contained in:
parent
45f216b8a1
commit
6b3cdb5033
42 changed files with 159 additions and 148 deletions
|
@ -2,9 +2,9 @@
|
|||
{{#each categories as |cat|}}
|
||||
{{#if cat}}
|
||||
<div class="category">
|
||||
<i class="dicon {{constants.Icon.Category}}" />
|
||||
<i class="dicon {{constants.Icon.Category}}" title="Category" />
|
||||
<div class="name">{{cat}}</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/each}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue