mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 20:24:05 -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>
|
</div>
|
||||||
|
|
||||||
{{#if site.mobileView}}
|
{{#if site.mobileView}}
|
||||||
|
{{plugin-outlet name="composer-mobile-buttons-bottom" connectorTagName="" args=(hash model=model)}}
|
||||||
|
|
||||||
{{#if allowUpload}}
|
{{#if allowUpload}}
|
||||||
<a class="btn btn-default no-text mobile-file-upload {{if isUploading "hidden"}}" aria-label={{i18n "composer.upload_title"}}>
|
<a class="btn btn-default no-text mobile-file-upload {{if isUploading "hidden"}}" aria-label={{i18n "composer.upload_title"}}>
|
||||||
{{d-icon uploadIcon}}
|
{{d-icon uploadIcon}}
|
||||||
|
Loading…
Reference in New Issue
Block a user