Fixed companions heading, time_select bug, and emails on comments

This commit is contained in:
Godwin
2016-08-16 17:57:04 -07:00
parent e56aaf5bf7
commit 22375e73e0
10 changed files with 44 additions and 20 deletions
+1 -1
View File
@@ -777,7 +777,7 @@ module ApplicationHelper
selectfield :day, value, conference_days_options_list(:during, nil, args[:format]), args
end
def time_select(value = nil, args = {}, start_time = 8, end_time = 23.5, step = 0.5)
def hour_select(value = nil, args = {}, start_time = 8, end_time = 23.5, step = 0.5)
time = start_time
times = []
while time <= end_time