summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-08-07 00:15:17 +0200
committerTim Zallmann <tzallmann@gitlab.com>2018-08-21 18:04:10 +0200
commit2acbab807e737501772063643cc23e8c47db9725 (patch)
tree7751a6cd7d29ff4371a59c37d24747b1248c1400
parentc220f11addb5460a9b12de5dbb6107334e250565 (diff)
downloadgitlab-ce-2acbab807e737501772063643cc23e8c47db9725.tar.gz
Updated the Diff Line Gutter Content
-rw-r--r--app/assets/javascripts/diffs/components/diff_line_gutter_content.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/javascripts/diffs/components/diff_line_gutter_content.vue b/app/assets/javascripts/diffs/components/diff_line_gutter_content.vue
index a342de607ac..28d31f09399 100644
--- a/app/assets/javascripts/diffs/components/diff_line_gutter_content.vue
+++ b/app/assets/javascripts/diffs/components/diff_line_gutter_content.vue
@@ -177,10 +177,10 @@ export default {
title="Add a comment to this line"
@click="handleCommentButton"
>
- <icon
+ <!--<icon
:size="12"
name="comment"
- />
+ />-->
</button>
<a
v-if="lineNumber"
@@ -190,7 +190,7 @@ export default {
</a>
<diff-gutter-avatars
v-if="shouldShowAvatarsOnGutter"
- :discussions="discussions"
+ :discussions="line.discussions"
/>
</template>
</div>