Commit f76dc97b authored by Winnie Hellmann's avatar Winnie Hellmann

Add missing timeline-content to app/assets/javascripts/notes/components/noteable_discussion.vue

parent c4dcab3b
......@@ -314,6 +314,7 @@ Please check your network connection and try again.`;
<template>
<timeline-entry-item class="note note-discussion" :class="componentClassName">
<div class="timeline-content">
<div :data-discussion-id="discussion.id" class="discussion js-discussion-container">
<div v-if="shouldRenderDiffs" class="discussion-header note-wrapper">
<div v-once class="timeline-icon">
......@@ -468,5 +469,6 @@ Please check your network connection and try again.`;
</component>
</div>
</div>
</div>
</timeline-entry-item>
</template>
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