summaryrefslogtreecommitdiff
path: root/app/views/notify/member_invite_declined_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/member_invite_declined_email.html.haml')
-rw-r--r--app/views/notify/member_invite_declined_email.html.haml11
1 files changed, 7 insertions, 4 deletions
diff --git a/app/views/notify/member_invite_declined_email.html.haml b/app/views/notify/member_invite_declined_email.html.haml
index aa1b373d1a6..5e626767235 100644
--- a/app/views/notify/member_invite_declined_email.html.haml
+++ b/app/views/notify/member_invite_declined_email.html.haml
@@ -1,4 +1,7 @@
-%p
- #{@invite_email}
- has declined your invitation to join the
- #{link_to member_source.human_name, member_source.web_url} #{member_source.model_name.singular}.
+%tr
+ %td.text-content
+ %p
+ #{content_tag :span, @invite_email, class: :highlight}
+ has #{content_tag :span, 'declined', class: :highlight} your invitation to join the
+ #{link_to member_source.human_name, member_source.web_url, class: :highlight} #{member_source.model_name.singular}.
+