concerto_weather 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/contents/weather/_form_top.html.erb +3 -0
- data/lib/concerto_weather/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e15925cea3acb3e5c7263440c4747a5c0dd0897d
|
4
|
+
data.tar.gz: 7de5a306a41e68b7fa7fd81a987eb8ada775fbd1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7187967decce7e690a845f62ec0a3de6f935565ddf144f2eb52c8ec18875ecc9115858ffd945f40c5889947b774c3bc52cee46068f3269049424f34100d2e069
|
7
|
+
data.tar.gz: d9157f22e38cce71ac993be5dcb3bd8ab6890fd9e797a1dc0159e3f95dd01bc73dbded059c30468c18e17658aaf797ee924ef1eccfab7e50f0405434bd994bba
|
@@ -12,6 +12,9 @@
|
|
12
12
|
<%= config.text_field :city_id, placeholder: "1273294", value: @content.config['city_id'] %>
|
13
13
|
</div>
|
14
14
|
</div>
|
15
|
+
<div class="clearfix">
|
16
|
+
<a href="http://openweathermap.org/help/city_list.txt" target="_blank"> Find your City ID </a>
|
17
|
+
</div>
|
15
18
|
<div class="clearfix">
|
16
19
|
<%= config.label :units %>
|
17
20
|
<div class="input">
|