Skip to content

Commit

Permalink
Keep full title
Browse files Browse the repository at this point in the history
  • Loading branch information
balen committed Jun 28, 2024
1 parent 9ede105 commit 9c4acfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/reports/program_ops_reports_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def back_of_badge
grouped.each do |assignment|
title = assignment.session.short_title || assignment.session.title
row.concat [
title,
assignment.session.title,
title.truncate(30),
assignment.session.start_time ? FastExcel.date_num(assignment.session.start_time, assignment.session.start_time.in_time_zone.utc_offset) : nil,
"#{assignment.session.duration}m",
Expand Down

0 comments on commit 9c4acfc

Please sign in to comment.