Skip to content

Commit e48f24b

Browse files
Kimberley CookKimberley Cook
authored andcommitted
event emails copy
1 parent dd9b164 commit e48f24b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

app/views/event_invitation_mailer/attending.html.haml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
%td
2727
%h4
2828
#{@event.name}
29+
%br
2930
%small #{humanize_date(@event.date_and_time, @event.ends_at, with_time: true)}
3031
= link_to 'Update your attendance', full_url_for(event_invitation_url(@event.id, @invitation.token)), class: 'btn'
3132

app/views/event_invitation_mailer/invite_coach.html.haml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
%td
1515
%h3 Hi #{@member.name},
1616
%p.lead
17-
We'd like to invite you to #{@event.name}. If you can come, please RSVP using the link in this email.
17+
We’re pleased to invite you to #{@event.name}. If you are able to attend, please RSVP using the link in this email below.
1818
%p
1919
#{@event.description.html_safe}.
2020

@@ -24,7 +24,8 @@
2424
%td
2525
%h4
2626
#{@event.name}
27-
%small #{humanize_date(@event.date_and_time, @event.ends_at, with_time: true)}
27+
%p
28+
#{humanize_date(@event.date_and_time, @event.ends_at, with_time: true)}
2829
= link_to 'View invitation and RSVP', full_url_for(event_invitation_url(event_id: @event.slug, token: @invitation.token)), class: 'btn'
2930

3031
- if @event.venue.present?

app/views/event_invitation_mailer/invite_student.html.haml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
%td
1515
%h3 Hi #{@member.name},
1616
%p.lead
17-
We'd like to invite you to #{@event.name}. If you can come, please RSVP using the link in this email.
17+
We’re excited to invite you to #{@event.name}. If you can come, please RSVP using the link in this email.
1818
%p
1919
#{@event.description.html_safe}.
2020

@@ -24,7 +24,8 @@
2424
%td
2525
%h4
2626
#{@event.name}
27-
%small #{humanize_date(@event.date_and_time, @event.ends_at, with_time: true)}
27+
%p
28+
#{humanize_date(@event.date_and_time, @event.ends_at, with_time: true)}
2829
= link_to 'View invitation and RSVP', full_url_for(event_invitation_url(event_id: @event.slug, token: @invitation.token)), class: 'btn'
2930

3031
- if @event.venue.present?

0 commit comments

Comments
 (0)