diff options
author | Joe Robinson <joe@lc8n.com> | 2019-02-19 01:00:22 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2019-02-19 01:00:22 +0000 |
commit | 6fc78ed9cc97510782a916c02e8810e2754569a7 (patch) | |
tree | ad9d2fe403c36667b7eaa8a681883ef180662bd7 /views | |
parent | 3648ac300176e48f0baa8c1ba62f162d2833bbf5 (diff) |
Move it to the basement
Diffstat (limited to 'views')
-rw-r--r-- | views/index.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.erb b/views/index.erb index 8f7eb16..f22328b 100644 --- a/views/index.erb +++ b/views/index.erb @@ -7,7 +7,7 @@ <body> <h1>thebluegarden</h1> - <p>Kitchen: <%= @temp_air %>°C and <%= @humidity_air %>% humidity at <%= @time_formatted_air %></p> + <p>Basement: <%= @temp_air %>°C and <%= @humidity_air %>% humidity at <%= @time_formatted_air %></p> <p>Propagator: <%= @temp_prop %>°C and <%= @humidity_prop %>% humidity at <%= @time_formatted_prop %></p> <p> <img src="photos/current.png"> |