mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Show titles on site settings navigation menu items (#20794)
In some languages, labels on the site settings navigation menu get truncated. This adds titles to menu items, so users can see untruncated labels on hover.
This commit is contained in:
committed by
GitHub
parent
bc8ab33708
commit
19b0dbe59d
@@ -37,11 +37,12 @@
|
||||
@route="adminSiteSettingsCategory"
|
||||
@model={{category.nameKey}}
|
||||
class={{category.nameKey}}
|
||||
title={{category.name}}
|
||||
>
|
||||
{{category.name}}
|
||||
{{#if category.count}}<span
|
||||
class="count"
|
||||
>({{category.count}})</span>{{/if}}
|
||||
{{#if category.count}}
|
||||
<span class="count">({{category.count}})</span>
|
||||
{{/if}}
|
||||
</LinkTo>
|
||||
</li>
|
||||
{{/each}}
|
||||
|
||||
Reference in New Issue
Block a user