mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 23:33:40 +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-wrapper">
|
||||||
<div class="sidebar-footer-container">
|
<div class="sidebar-footer-container">
|
||||||
<div class="sidebar-footer-actions">
|
<div class="sidebar-footer-actions">
|
||||||
|
<PluginOutlet @name="sidebar-footer-actions" />
|
||||||
|
|
||||||
{{#if (or this.site.mobileView (and this.siteSettings.enable_mobile_theme this.capabilities.touch))}}
|
{{#if (or this.site.mobileView (and this.siteSettings.enable_mobile_theme this.capabilities.touch))}}
|
||||||
<DButton
|
<DButton
|
||||||
@action={{route-action "toggleMobileView"}}
|
@action={{route-action "toggleMobileView"}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user