Skip to content
Snippets Groups Projects

Stop batch comment actions showing on commit discussions

Merged Phil Hughes requested to merge batch-comments-commit-comment into master
All threads resolved!
3 files
+ 9
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -204,7 +204,7 @@ js-autosize markdown-area js-vue-issue-note-form js-vue-textarea"
class="note-form-actions clearfix"
>
<template
v-if="withBatchComments && noteId === '' && !discussion.for_commit"
v-if="showBatchCommentsActions"
>
<p
v-if="discussion && discussion.id"
Loading