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 { ...@@ -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