mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 07:08:44 +08:00
18 lines
434 B
Handlebars
18 lines
434 B
Handlebars
<div class="penalty-post-controls">
|
|
<label>
|
|
<div class="penalty-post-label">
|
|
{{html-safe (i18n "admin.user.penalty_post_actions")}}
|
|
</div>
|
|
</label>
|
|
<ComboBox
|
|
@value={{this.postAction}}
|
|
@content={{this.penaltyActions}}
|
|
@onChange={{action "penaltyChanged"}}
|
|
/>
|
|
</div>
|
|
|
|
{{#if this.editing}}
|
|
<div class="penalty-post-edit">
|
|
<Textarea @value={{this.postEdit}} class="post-editor" />
|
|
</div>
|
|
{{/if}} |