lib/demometer/views/index.erb in barometer-0.5.0 vs lib/demometer/views/index.erb in barometer-0.6.1

- old
+ new

@@ -16,10 +16,11 @@ Source : <input type="checkbox" name="query[source]" value="wunderground" checked="checked" /> Wunderground <input type="checkbox" name="query[source]" value="yahoo" /> Yahoo <input type="checkbox" name="query[source]" value="google" /> Google <input type="checkbox" name="query[source]" value="weather_dot_com" /> Weather.com + <input type="checkbox" name="query[source]" value="weather_bug" /> Weather Bug <br/> Force Geocode? : <input id="query_geocode" name="query[geocode]" type="checkbox" value="1" checked="checked" /> </div> </form> @@ -79,9 +80,10 @@ <% end %> </p> <% end %> <% @weather.measurements.each do |measurement| %> + <hr/> <%= erb(:measurement, :locals => { :measurement => measurement }, :layout => false) %> <% end %> <% end %> \ No newline at end of file