discourse/app/assets/javascripts/admin/templates/components/resumable-upload.hbs
Blake Erickson da66950cf5 DEV: Remove buffered rendering from backup upload progress
This is another refactoring in the multi-step process to remove all uses
of our custom Render Buffer.

Previous commit: 54e4559aea in this
series.

This commit affects the display of the backup upload progress bar. It is
just a refactor and does not change any functionality.
2019-12-06 17:11:25 -07:00

4 lines
113 B
Handlebars

{{uploadingIcon}}
<span class='ru-label'>{{text}}</span>
<span class='ru-progress' style={{progressBar}}></span>