mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:02:24 +08:00
8b10fc2f8c
Fix for `admin-user.js` and `backup.js` models.
5 lines
263 B
Handlebars
5 lines
263 B
Handlebars
{{#d-modal-body title="admin.user.delete_posts.progress.title" dismissable=false}}
|
|
<p>{{I18n "admin.user.delete_posts_progress"}}</p>
|
|
<div class="progress-bar"><span style={{html-safe (concat "width: " deletedPercentage "%")}}></span></div>
|
|
{{/d-modal-body}}
|