mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 10:55:54 +08:00
FIX: ensures correct icon is displayed on mobile upload shortcut button
This commit is contained in:
parent
4774cabb84
commit
405998b3fe
|
@ -141,7 +141,9 @@
|
|||
<div class="composer-bottom-right">
|
||||
{{#if site.mobileView}}
|
||||
{{#if allowUpload}}
|
||||
<a class="btn btn-default no-text mobile-file-upload {{if isUploading 'hidden'}}">{{d-icon "upload"}}</a>
|
||||
<a class="btn btn-default no-text mobile-file-upload {{if isUploading 'hidden'}}">
|
||||
{{d-icon uploadIcon}}
|
||||
</a>
|
||||
{{/if}}
|
||||
|
||||
{{#if showPreview}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user