summaryrefslogtreecommitdiff
path: root/app/views/notify/member_access_denied_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/member_access_denied_email.html.haml')
-rw-r--r--app/views/notify/member_access_denied_email.html.haml11
1 files changed, 7 insertions, 4 deletions
diff --git a/app/views/notify/member_access_denied_email.html.haml b/app/views/notify/member_access_denied_email.html.haml
index 71c9c50071a..11661a423dd 100644
--- a/app/views/notify/member_access_denied_email.html.haml
+++ b/app/views/notify/member_access_denied_email.html.haml
@@ -1,4 +1,7 @@
-%p
- Your request to join the
- #{link_to member_source.human_name, member_source.web_url} #{member_source.model_name.singular}
- has been denied.
+%tr
+ %td.text-content
+ %p
+ Your request to join the
+ #{link_to member_source.human_name, member_source.web_url, class: :highlight} #{member_source.model_name.singular}
+ has been #{content_tag :span, 'denied', class: :highlight}.
+