12 lines
350 B
Text
12 lines
350 B
Text
%tr
|
|
%td.text-content
|
|
%p
|
|
Your request to join the
|
|
|
|
- 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}.
|
|
|