2019-11-12 16:06:30 -05:00
|
|
|
%tr
|
|
|
|
%td.text-content
|
|
|
|
%p
|
|
|
|
Your request to join the
|
2021-10-26 05:09:57 -04:00
|
|
|
|
|
|
|
- if @source_hidden
|
|
|
|
#{content_tag :span, 'Hidden', class: :highlight}
|
|
|
|
- else
|
|
|
|
#{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}.
|
2019-11-12 16:06:30 -05:00
|
|
|
|