We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e46106 commit b3d9225Copy full SHA for b3d9225
1 file changed
Resources/views/MediaAdmin/select_provider.html.twig
@@ -29,12 +29,7 @@ file that was distributed with this source code.
29
data-placement="top"
30
title="{{ provider.providerMetadata.description|trans({}, 'MediaAdmin') }}"
31
>
32
- {% if provider.providerMetadata.image is null %}
33
<i class="{{ provider.providerMetadata.option('class') }}"></i>
34
- {% else %}
35
- <img src="{{ asset(provider.providerMetadata.image) }}" style="max-height: 20px; max-width: 100px;"/>
36
- <br />
37
- {% endif %}
38
{{ provider.providerMetadata.title|trans({}, 'MediaAdmin') }}
39
40
</a>
0 commit comments