mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 05:50:35 +03:00
11 lines
261 B
Handlebars
11 lines
261 B
Handlebars
|
{{#if hasBlock}}
|
||
|
{{yield (hash
|
||
|
progressBar=(component "gh-progress-bar" percentage=uploadPercentage)
|
||
|
files=files
|
||
|
errors=errors
|
||
|
cancel=(action "cancel")
|
||
|
)}}
|
||
|
{{else}}
|
||
|
{{!-- TODO: default uploader interface --}}
|
||
|
{{/if}}
|