mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
message_edit: Remove redundant is_editable check
This commit is contained in:
committed by
Tim Abbott
parent
a208da9c4d
commit
b1c801847b
@@ -23,11 +23,9 @@
|
||||
<div class="btn-wrapper inline-block">
|
||||
<button type="button" class="button small rounded message_edit_cancel">{{t "Cancel" }}</button>
|
||||
</div>
|
||||
{{#if is_editable}}
|
||||
<div class="message-edit-feature-group">
|
||||
{{> compose_control_buttons }}
|
||||
</div>
|
||||
{{/if}}
|
||||
{{else}}
|
||||
<button type="button" class="button small rounded message_edit_close">{{t "Close" }}</button>
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user