Add hint in start and end hour in conference#edit

This commit is contained in:
rahul 2017-11-11 00:54:31 +05:30 committed by Stella Rouzi
parent 837d8ec0db
commit 4785293bf1
3 changed files with 9 additions and 2 deletions

View file

@ -193,6 +193,7 @@ module Admin
def edit
@conferences = Conference.all
@date_string = date_string(@conference.start_date, @conference.end_date)
@affected_event_count = @conference.program.events.scheduled(@conference.program.selected_schedule_id).count
respond_to do |format|
format.html
format.json { render json: @conference.to_json }