Fixed tests failing in preview

This commit is contained in:
Godwin
2015-10-11 08:56:02 -07:00
parent 010d005631
commit 03bd996be0
46 changed files with 690 additions and 683 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
- day_schedule[:locations].each do |location, location_schedule|
%tr
%th
%a{href: "https://maps.google.com/maps?q=#{URI.escape(locations[location.to_s].address.gsub(/\s+/, '+'))}", target: :_blank}
%a{href: "https://maps.google.com/maps?q=#{URI.escape((locations[location.to_s].address || '').gsub(/\s+/, '+'))}", target: :_blank}
=locations[location.to_s].title
- skip = 0
- (times.first...times.last).step(0.5).each do |t|