Put decimalSymbol at the end of the row like in the Current part

This commit is contained in:
Kristjan SCHMIDT 2021-04-12 18:34:33 +02:00
parent 5c2a0e5634
commit 9c58413209

View File

@ -14,10 +14,10 @@
{% endif %} {% endif %}
<td class="bright weather-icon"><span class="wi weathericon wi-{{ f.weatherType }}"></span></td> <td class="bright weather-icon"><span class="wi weathericon wi-{{ f.weatherType }}"></span></td>
<td class="align-right bright max-temp"> <td class="align-right bright max-temp">
{{ f.maxTemperature | roundValue | decimalSymbol | unit("temperature") }} {{ f.maxTemperature | roundValue | unit("temperature") | decimalSymbol }}
</td> </td>
<td class="align-right min-temp"> <td class="align-right min-temp">
{{ f.minTemperature | roundValue | decimalSymbol | unit("temperature") }} {{ f.minTemperature | roundValue | unit("temperature") | decimalSymbol }}
</td> </td>
{% if config.showPrecipitationAmount %} {% if config.showPrecipitationAmount %}
<td class="align-right bright precipitation"> <td class="align-right bright precipitation">