mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +08:00
Merge pull request #5189 from discourse/jomaxro-patch-1
Add CSS targets to nav pills
This commit is contained in:
commit
dd101e4f1d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
{{#mobile-nav class='group-nav' desktopClass="nav nav-pills" currentPath=application.currentPath}}
|
||||
{{#each getTabs as |tab|}}
|
||||
<li>
|
||||
{{#link-to tab.location model title=tab.message}}
|
||||
{{#link-to tab.location model title=tab.message class=tab.name}}
|
||||
{{#if tab.icon}}{{d-icon tab.icon}}{{/if}}
|
||||
{{tab.message}}
|
||||
{{#if tab.count}}<span class='count'>({{tab.count}})</span>{{/if}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue