mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Fix provider badge macro
This commit is contained in:

committed by
Romain Neutron

parent
cc5803d216
commit
c496ed71cc
@@ -117,7 +117,7 @@
|
|||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
{% macro providerBadge(provider, img_url, full_name, email) %}
|
{% macro providerBadge(provider, img_url, full_name, email) %}
|
||||||
<div class="{{ provider }} no-overflow provider-badge rounded">
|
<div class="{{ provider.getId() }}-badge no-overflow provider-badge rounded">
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:55px;">
|
<td style="width:55px;">
|
||||||
|
Reference in New Issue
Block a user