Commit 772e8243 authored by Jake Burden's avatar Jake Burden Committed by Denys Mishunov

Move "Delete comment" button to the bottom of "More actions" list

parent e490bbd5
......@@ -257,15 +257,6 @@ export default {
{{ __('Copy link') }}
</button>
</li>
<li v-if="canEdit">
<button
class="btn btn-transparent js-note-delete js-note-delete"
type="button"
@click.prevent="onDelete"
>
<span class="text-danger">{{ __('Delete comment') }}</span>
</button>
</li>
<li v-if="isIssue">
<button
class="btn-default btn-transparent"
......@@ -276,6 +267,15 @@ export default {
{{ displayAssignUserText }}
</button>
</li>
<li v-if="canEdit">
<button
class="btn btn-transparent js-note-delete js-note-delete"
type="button"
@click.prevent="onDelete"
>
<span class="text-danger">{{ __('Delete comment') }}</span>
</button>
</li>
</ul>
</div>
</div>
......
---
title: Move 'Delete comment' button to bottom of 'More actions' list
merge_request: 35237
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment