提交 b5742852 编写于 作者: M Marcel van Remmerden 提交者: Annabel Dunstone Gray

Resolve "Avatar in "Please sign in" pattern too large"

上级 f53b05cf
...@@ -382,7 +382,7 @@ Please check your network connection and try again.`; ...@@ -382,7 +382,7 @@ Please check your network connection and try again.`;
class="discussion-reply-holder" class="discussion-reply-holder"
> >
<user-avatar-link <user-avatar-link
v-if="!isReplying && currentUser" v-if="!isReplying && userCanReply"
:link-href="currentUser.path" :link-href="currentUser.path"
:img-src="currentUser.avatar_url" :img-src="currentUser.avatar_url"
:img-alt="currentUser.name" :img-alt="currentUser.name"
......
---
title: Resolve Avatar in Please sign in pattern too large
merge_request: 29944
author:
type: fixed
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册