|
@@ -116,7 +116,7 @@
|
|
|
<div class="details col-xs-12 col-sm-6 col-md-12">
|
|
|
<p class="maintainers">
|
|
|
{% for maintainer in package.maintainers -%}
|
|
|
- <a href="{{ path('user_profile', {'name': maintainer.username}) }}"><img width="48" height="48" title="{{ maintainer.username }}" src="//www.gravatar.com/avatar/{{ maintainer.email|gravatar_hash }}?s=48&d=identicon"></a>
|
|
|
+ <a href="{{ path('user_profile', {'name': maintainer.username}) }}"><img width="48" height="48" title="{{ maintainer.username }}" src="//www.gravatar.com/avatar/{{ maintainer.email|gravatar_hash }}?s=48&d=identicon" srcset="//www.gravatar.com/avatar/{{ maintainer.email|gravatar_hash }}?s=96&d=identicon 2x"></a>
|
|
|
{% endfor %}
|
|
|
{% if addMaintainerForm is defined or removeMaintainerForm is defined %}
|
|
|
{% if removeMaintainerForm is defined %}<a title="Remove Maintainer" id="remove-maintainer" href="{{ path('remove_maintainer', {'name': package.name}) }}"><i class="glyphicon glyphicon-remove"></i></a>{% endif %}
|