Commit da35c469 authored by Fatih Acet's avatar Fatih Acet

Merge branch '1925-approved-by' into 'master'

fix approver placeholder not showing in ie11

Closes #1925

See merge request !2030
parents 4c0d9c4c 02fbf536
......@@ -93,16 +93,13 @@ export default {
:width="avatarSize"
:height="avatarSize"
:alt="displayName"/>
<svg
<span
v-else
v-html="pendingAvatarSvg"
:class="avatarHtmlClass"
:width="avatarSize"
:height="avatarSize"
:alt="displayName">
</svg>
:height="avatarSize">
</span>
</a>
</div>
`,
......
---
title: fix approver placeholder icon in ie11
merge_request:
author:
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