2018-01-30 16:31:29 -05:00
|
|
|
<div class="penalty-post-controls">
|
|
|
|
<label>
|
|
|
|
<div class="penalty-post-label">
|
2020-03-12 11:50:20 -04:00
|
|
|
{{html-safe (i18n "admin.user.penalty_post_actions")}}
|
2018-01-30 16:31:29 -05:00
|
|
|
</div>
|
|
|
|
</label>
|
2022-07-05 13:41:31 -04:00
|
|
|
<ComboBox
|
|
|
|
@value={{this.postAction}}
|
|
|
|
@content={{this.penaltyActions}}
|
|
|
|
@onChange={{action "penaltyChanged"}}
|
|
|
|
/>
|
2018-01-30 16:31:29 -05:00
|
|
|
</div>
|
|
|
|
|
2022-07-05 13:41:31 -04:00
|
|
|
{{#if this.editing}}
|
2018-01-30 16:31:29 -05:00
|
|
|
<div class="penalty-post-edit">
|
2022-07-05 13:41:31 -04:00
|
|
|
<Textarea @value={{this.postEdit}} class="post-editor" />
|
2018-01-30 16:31:29 -05:00
|
|
|
</div>
|
|
|
|
{{/if}}
|