mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: add plugin outlet to sidebar footer (#18707)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<div class="sidebar-footer-wrapper">
|
||||
<div class="sidebar-footer-container">
|
||||
<div class="sidebar-footer-actions">
|
||||
<PluginOutlet @name="sidebar-footer-actions" />
|
||||
|
||||
{{#if (or this.site.mobileView (and this.siteSettings.enable_mobile_theme this.capabilities.touch))}}
|
||||
<DButton
|
||||
@action={{route-action "toggleMobileView"}}
|
||||
|
||||
Reference in New Issue
Block a user