Commit 02fbf536 authored by Simon Knox's avatar Simon Knox

fix approver placeholder not showing in ie11

parent 27a8cc7b
......@@ -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