Skip to content

Commit

Permalink
[#286] fix minutes format for schedule notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
mpugach committed Oct 6, 2018
1 parent 8b4b4bb commit e40cbfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/schedules_notifier_mailer/next_day.html.haml
Original file line number Diff line number Diff line change
@@ -39,9 +39,9 @@

%tr
%td{ align: 'center', valign: 'middle' }
= schedule.start_time.strftime('%H:%m')
= schedule.start_time.strftime('%H:%M')
—
= schedule.finish_time.strftime('%H:%m')
= schedule.finish_time.strftime('%H:%M')

%td{ align: 'center', valign: 'middle' }
= schedule.classroom.title
@@ -81,9 +81,9 @@

%tr
%td{ align: 'center', valign: 'middle' }
= schedule.start_time.strftime('%H:%m')
= schedule.start_time.strftime('%H:%M')
—
= schedule.finish_time.strftime('%H:%m')
= schedule.finish_time.strftime('%H:%M')

%td{ align: 'center', valign: 'middle' }
= schedule.classroom.title

0 comments on commit e40cbfc

Please # to comment.