Commit 367914a1 authored by Peter Hegman's avatar Peter Hegman

Merge branch '353601-gl-avatar-in-diff-gutter-avatars' into 'master'

Set the size of `GlAvatar` to use in `app/assets/javascripts/diffs/components/diff_gutter_avatars.vue`

See merge request gitlab-org/gitlab!85283
parents 9134e8b8 c4f49eac
...@@ -74,6 +74,7 @@ export default { ...@@ -74,6 +74,7 @@ export default {
v-for="note in notesInGutter" v-for="note in notesInGutter"
:key="note.id" :key="note.id"
:img-src="note.author.avatar_url" :img-src="note.author.avatar_url"
:size="24"
:tooltip-text="getTooltipText(note)" :tooltip-text="getTooltipText(note)"
lazy lazy
class="diff-comment-avatar js-diff-comment-avatar" class="diff-comment-avatar js-diff-comment-avatar"
......
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