Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70c41e0

Browse files
committed
FIX: Don't apply tags to the plugin outlet in the admin menu pills
1 parent b39fbf7 commit 70c41e0

File tree

1 file changed

+1
-1
lines changed
  • app/assets/javascripts/admin/templates

1 file changed

+1
-1
lines changed

app/assets/javascripts/admin/templates/admin.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{{/if}}
2626
{{/if}}
2727
{{nav-item route='adminPlugins' label='admin.plugins.title'}}
28-
{{plugin-outlet name="admin-menu" connectorTagName="li"}}
28+
{{plugin-outlet name="admin-menu" connectorTagName="" tagName=""}}
2929
</ul>
3030

3131
<div class='boxed white admin-content'>

0 commit comments

Comments
 (0)