Browse Source

Added recycling type in popup

master
sembruk 6 years ago
parent
commit
d4fdc37f8f
  1. 7
      popupBody.html

7
popupBody.html

@ -115,4 +115,11 @@
</li>
{% endif %}
{% if attribute(tags, 'recycling:plastic_bottles' == 'yes' %}
<li class='hasSymbol'>
<i class="fa" aria-hidden="true"></i>
<span class='key'>{{ keyTrans('recycling:plastic_bottles') }}</span>
</li>
{% endif %}
</ul>
Loading…
Cancel
Save