FIX: ensures correct icon is displayed on mobile upload shortcut button

This commit is contained in:
Joffrey JAFFEUX 2018-06-30 02:26:55 +02:00 committed by GitHub
parent 4774cabb84
commit 405998b3fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -141,7 +141,9 @@
<div class="composer-bottom-right"> <div class="composer-bottom-right">
{{#if site.mobileView}} {{#if site.mobileView}}
{{#if allowUpload}} {{#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}}
{{#if showPreview}} {{#if showPreview}}