diff options
author | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-04-06 18:47:51 +0200 |
---|---|---|
committer | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-04-06 18:47:51 +0200 |
commit | cbaae34ec7cb6023bd24a85fbf7253d378d119ba (patch) | |
tree | cdfecb07475bb849ed7bdd5b1f814e5d33d9da7c /source | |
parent | 5b25309b371eda4b4fd8c41696bf4d611b6f2569 (diff) |
fix temperature log
Diffstat (limited to 'source')
-rw-r--r-- | source/_status.html.erb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/_status.html.erb b/source/_status.html.erb index 8b3c2db..9ad5fbf 100644 --- a/source/_status.html.erb +++ b/source/_status.html.erb @@ -44,7 +44,10 @@ <hr> <p> - <a href="/img/tempgraph.png" class="img"><img src="/img/thumb.tempgraph.png" alt="Temperaturen im sublab" class="webcamthumb">Temperaturen</a> + <a href="/img/tempgraph.png" class="img"><img src="/img/tempgraph.png" width="240" alt="Temperaturen im sublab" class="webcamthumb"></a> + <p class="subtext"> + Temperatur im sublab + </p> <!-- <object data="http://reeknersprook.de/sublog/graph-small?width=180" type="image/png" title="sublog/graph"></object> --> </p> |