Skip to content

Commit

Permalink
Fixed display of booking ends_at
Browse files Browse the repository at this point in the history
  • Loading branch information
martent committed Jun 6, 2018
1 parent 6d832fc commit f5ce0fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/bookings/_bookable_periods.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
%td= bookable_period.booking_starts_at.to_formatted_s(:date_and_time)
%td= bookable_period.booking_ends_at.to_formatted_s(:date_and_time)
%td= bookable_period.starts_at
%td= bookable_period.starts_at
%td= bookable_period.ends_at
2 changes: 1 addition & 1 deletion app/views/seller_bookings/_bookable_periods.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
%td= bookable_period.booking_starts_at.to_formatted_s(:date_and_time)
%td= bookable_period.booking_ends_at.to_formatted_s(:date_and_time)
%td= bookable_period.starts_at
%td= bookable_period.starts_at
%td= bookable_period.ends_at

0 comments on commit f5ce0fd

Please sign in to comment.