mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Fixed video card thumbnail error message incorrectly shown
No ref
This commit is contained in:
parent
5b2fc983c6
commit
f5d03409c9
@ -173,19 +173,13 @@
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
{{#if true}}
|
||||
<div class="kg-settings-panel-control-info">
|
||||
<span class="red">The file type you uploaded is not supported. Please use .MP4, .WEBM, .OGV</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{!-- {{#if uploader.errors}}
|
||||
{{#if uploader.errors}}
|
||||
<div class="kg-settings-panel-control-info">
|
||||
{{#each uploader.errors as |error|}}
|
||||
<span class="red">{{error.message}}</span>
|
||||
{{/each}}
|
||||
</div>
|
||||
{{/if}} --}}
|
||||
{{/if}}
|
||||
</div>
|
||||
{{/unless}}
|
||||
</GhUploader>
|
||||
|
Loading…
Reference in New Issue
Block a user