forked from Tank/braga
add signs
This commit is contained in:
parent
e75bdd9112
commit
15595970e2
@ -56,7 +56,7 @@
|
||||
<ul class="menu-list">
|
||||
<li>
|
||||
<a href="/room"><span class="tag {{room.temp_status}} is-large"><i class="fa fa-thermometer-three-quarters fa-fw" aria-hidden="true"></i>{{room.temp}} °C </span></a>
|
||||
<a href="/room"><span class="tag {{room.warm_status}} is-large"><i class="fa fa-tint fa-fw" aria-hidden="true"></i>{{room.warm}} ⚗ </span></a>
|
||||
<a href="/room"><span class="tag {{room.warm_status}} is-large"><i class="fa fa-tint fa-fw" aria-hidden="true"></i>{{room.warm}} % </span></a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="menu-label">
|
||||
@ -65,7 +65,7 @@
|
||||
<ul class="menu-list">
|
||||
<li>
|
||||
<a href="/cellar"><span class="tag {{cellar.temp_status}} is-large"><i class="fa fa-thermometer-three-quarters fa-fw" aria-hidden="true"></i>{{cellar.temp}} °C </span></a>
|
||||
<a href="/cellar"><span class="tag {{cellar.warm_status}} is-large"><i class="fa fa-tint fa-fw" aria-hidden="true"></i>{{cellar.warm}} ⚗ </span></a>
|
||||
<a href="/cellar"><span class="tag {{cellar.warm_status}} is-large"><i class="fa fa-tint fa-fw" aria-hidden="true"></i>{{cellar.warm}} % </span></a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="menu-label">
|
||||
@ -74,7 +74,7 @@
|
||||
<ul class="menu-list">
|
||||
<li>
|
||||
<a href="/weather"><span class="tag {{weather.temp_status}} is-large"><i class="fa fa-thermometer-three-quarters fa-fw" aria-hidden="true"></i>{{weather.temp}} °C </span></a>
|
||||
<a href="/weather"><span class="tag {{weather.warm_status}} is-large"><i class="fa fa-tint fa-fw" aria-hidden="true"></i>{{weather.warm}} ⚗ </span></a>
|
||||
<a href="/weather"><span class="tag {{weather.warm_status}} is-large"><i class="fa fa-tint fa-fw" aria-hidden="true"></i>{{weather.warm}} % </span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user