forked from rDrama/rDrama
1
0
Fork 0

Swap badge 139 asset to rescale.

master
Snakes 2022-06-08 01:29:12 -04:00
parent d69b15659e
commit 5a5a0f6bd1
2 changed files with 6 additions and 6 deletions

View File

@ -338,9 +338,9 @@
<div id="profile--badges"> <div id="profile--badges">
{% for b in u.badges %} {% for b in u.badges %}
{% if b.url %} {% if b.url %}
<a rel="nofollow noopener noreferrer" href="{{b.url}}"><img alt="{{b.name}}" width=55 height=60 loading="lazy" src="{{b.path}}?v=1020" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{b.text}}"></a> <a rel="nofollow noopener noreferrer" href="{{b.url}}"><img alt="{{b.name}}" width=55 height=60 loading="lazy" src="{{b.path}}?v=1021" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{b.text}}"></a>
{% else %} {% else %}
<img alt="{{b.name}}" width=55 height=60 loading="lazy" src="{{b.path}}?v=1020" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{b.text}}"> <img alt="{{b.name}}" width=55 height=60 loading="lazy" src="{{b.path}}?v=1021" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{b.text}}">
{% endif %} {% endif %}
{% endfor %} {% endfor %}
</div> </div>
@ -466,9 +466,9 @@
<div class="mb-3" id="profile--badges"> <div class="mb-3" id="profile--badges">
{% for b in u.badges %} {% for b in u.badges %}
{% if b.url %} {% if b.url %}
<a rel="nofollow noopener noreferrer" href="{{b.url}}"><img alt="{{b.name}}" width=29.33 height=32 loading="lazy" src="{{b.path}}?v=1020" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{b.text}}"></a> <a rel="nofollow noopener noreferrer" href="{{b.url}}"><img alt="{{b.name}}" width=29.33 height=32 loading="lazy" src="{{b.path}}?v=1021" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{b.text}}"></a>
{% else %} {% else %}
<img alt="{{b.name}}" width=29.33 height=32 loading="lazy" src="{{b.path}}?v=1020" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{b.text}}"> <img alt="{{b.name}}" width=29.33 height=32 loading="lazy" src="{{b.path}}?v=1021" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{b.text}}">
{% endif %} {% endif %}
{% endfor %} {% endfor %}
</div> </div>

View File

@ -17,13 +17,13 @@ set CACHE_VER = {
'js/award_modal.js': 253, 'js/award_modal.js': 253,
'js/bootstrap.js': 258, 'js/bootstrap.js': 258,
'js/comments+submission_listing.js': 260, 'js/comments+submission_listing.js': 261,
'js/header.js': 269, 'js/header.js': 269,
'js/lottery.js': 254, 'js/lottery.js': 254,
'js/userpage.js': 241, 'js/userpage.js': 241,
'js/userpage_v.js': 245, 'js/userpage_v.js': 245,
'images/badges/': 1020, 'images/badges/': 1021,
} }
-%} -%}
{%- macro asset(name, file='') -%} {%- macro asset(name, file='') -%}