FIX: plugin outlet in user preferences nav needs to be li tag
This commit is contained in:
parent
b6ce93a965
commit
47fa536f46
|
@ -12,7 +12,7 @@
|
|||
{{#if model.userApiKeys}}
|
||||
<li class='no-glyph nav-apps'>{{#link-to 'preferences.apps'}}{{i18n 'user.preferences_nav.apps'}}{{/link-to}}</li>
|
||||
{{/if}}
|
||||
{{plugin-outlet name="user-preferences-nav"}}
|
||||
{{plugin-outlet name="user-preferences-nav" connectorTagName="li"}}
|
||||
{{/mobile-nav}}
|
||||
{{/d-section}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue