h2 Great News! p = @student.name.titleize | has requested a session. - c_name = @tutoring_session.try(:resource).try(:name) .box span.w75.fs14 | What span.w325.fs12 | :  = c_name.titleize .line .box span.w75.fs14 | Length (in minutes) span.w325.fs12 | :  = @tutoring_session.length .line .box span.w75.fs14 | Where span.w325.fs12 | :  = @tutoring_session.location .line .box span.w75.fs14 | When span.w325.fs12 | :  = @tutoring_session.start_time.day_month_date_hr_min_mer .line .box span.w75.fs14 | Notes span.w325.fs12 | :  = @tutoring_session.message .line .box span.w75.fs14 | you will receive  span.w325.fs12 | :  = "$#{Money.new(@tutoring_session.invoice.payable_amount)}" .line p.fs12.center -if attachments["#{@student.name}.png"] = image_tag attachments["#{@student.name}.png"].url br/ = @student.name.titleize .lbreak p.fs12.center a.actionButton href=@url target="_blank" title="Confirm" = image_tag attachments['confirm.png'].url, alt: 'Confirm', width: '45', height: '45' a.actionButton href=@url target="_blank" title="Cancel" = image_tag attachments['cancel.png'].url, alt: 'Cancel', width: '45', height: '45' a.actionButton href=@url target="_blank" title="Calendar" = image_tag attachments['calendar.png'].url, alt: 'Calendar', width: '45', height: '45' p.fs12.center | Enjoy your session! p.fs12.center = "The #{Configurations::General.application_name} Team"