mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 12:13:58 -06:00
DEV: Add a new plugin outlet to composer bottom for mobile buttons (#12622)
This commit is contained in:
parent
cdb99f012b
commit
75a0d9aa01
@ -191,6 +191,8 @@
|
||||
</div>
|
||||
|
||||
{{#if site.mobileView}}
|
||||
{{plugin-outlet name="composer-mobile-buttons-bottom" connectorTagName="" args=(hash model=model)}}
|
||||
|
||||
{{#if allowUpload}}
|
||||
<a class="btn btn-default no-text mobile-file-upload {{if isUploading "hidden"}}" aria-label={{i18n "composer.upload_title"}}>
|
||||
{{d-icon uploadIcon}}
|
||||
|
Loading…
Reference in New Issue
Block a user