mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 18:43:38 +08:00
DEV: add plugin outlet to sidebar footer (#18707)
This commit is contained in:
parent
414d3b8185
commit
db0dbdf89a
|
@ -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"}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user