Skip to content
Snippets Groups Projects
Commit 367914a1 authored by Peter Hegman's avatar Peter Hegman :basketball:
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -74,6 +74,7 @@ export default {
v-for="note in notesInGutter"
:key="note.id"
:img-src="note.author.avatar_url"
:size="24"
:tooltip-text="getTooltipText(note)"
lazy
class="diff-comment-avatar js-diff-comment-avatar"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment