Commit a64fc785 authored by Tim Zallmann's avatar Tim Zallmann

Updated the Diff Line Gutter Content

parent 23abdf3e
...@@ -177,10 +177,10 @@ export default { ...@@ -177,10 +177,10 @@ export default {
title="Add a comment to this line" title="Add a comment to this line"
@click="handleCommentButton" @click="handleCommentButton"
> >
<icon <!--<icon
:size="12" :size="12"
name="comment" name="comment"
/> />-->
</button> </button>
<a <a
v-if="lineNumber" v-if="lineNumber"
...@@ -190,7 +190,7 @@ export default { ...@@ -190,7 +190,7 @@ export default {
</a> </a>
<diff-gutter-avatars <diff-gutter-avatars
v-if="shouldShowAvatarsOnGutter" v-if="shouldShowAvatarsOnGutter"
:discussions="discussions" :discussions="line.discussions"
/> />
</template> </template>
</div> </div>
......
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