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 { ...@@ -93,16 +93,13 @@ export default {
:width="avatarSize" :width="avatarSize"
:height="avatarSize" :height="avatarSize"
:alt="displayName"/> :alt="displayName"/>
<svg <span
v-else v-else
v-html="pendingAvatarSvg" v-html="pendingAvatarSvg"
:class="avatarHtmlClass" :class="avatarHtmlClass"
:width="avatarSize" :width="avatarSize"
:height="avatarSize" :height="avatarSize">
:alt="displayName"> </span>
</svg>
</a> </a>
</div> </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