h2 | Hi,  #{@recipient.full_name} p.fs16.center strong.fs16 = @from.full_name | has updated a session. p.fs16.center strong | New Details .box span.fs14.w100 | Name span.fs12.w325 | :  = @recipient.name.titleize .line .box span.fs14.w100 | Rate span.fs12.w325 |: $   = @recipient.rate .line .box span.fs14.w100 | What span.fs12.w325 | :  = @tutoring_session.resource.name.titleize .line .box span.fs14.w100 | Length (in minutes) span.fs12.w325 | :  = @tutoring_session.length .line .box span.fs14.w100 | Where span.fs12.w325 | :  = @tutoring_session.location .line .box span.fs14.w100 | When span.fs14.w325 | :  = @tutoring_session.start_time.day_month_date_hr_min_mer .line .box span.fs14.w100 | Notes span.fs12.w325 | :  = @tutoring_session.message .line p.fs12.center strong - if attachments["#{@from.name}.png"] = image_tag attachments["#{@from.name}.png"].url br/ = @from.name .lbreak p.fs12.center a.actionButton.pr5 href=@confirm_url target="_blank" title="Confirm" = image_tag attachments['confirm.png'].url, alt: 'Confirm', width: '20', height: '20' a.actionButton.pr5 href=@reject_url target="_blank" title="Cancel" = image_tag attachments['cancel.png'].url, alt: 'Cancel', width: '20', height: '20' a.actionButton.pr5 href=@personal_calender_url target="_blank" title="Calendar" = image_tag attachments['calendar.png'].url, alt: 'Calendar', width: '20', height: '20' p.fs12.center | After session completion, your payment will be moved into a secure escrow account. Directly after the session, client will be notified to release the payment. Payment will then be released to you within 24 hours. p.fs12.center | Enjoy your session! p.fs12.center = "- The #{Configurations::General.application_name} Team"