summaryrefslogtreecommitdiff
path: root/app/views/admin/users/_user_reject_effects.html.haml
blob: 17b6862b0cc4642205b6707a674a24f7c6e80867 (plain)
1
2
3
4
5
6
7
8
9
10
%p
  = s_('AdminUsers|Rejected users:')
%ul
  %li
    = s_('AdminUsers|Cannot sign in or access instance information')
  %li
    = s_('AdminUsers|Will be deleted')
%p
  - link_start = '<a href="%{url}">'.html_safe % { url: help_page_path("user/profile/account/delete_account", anchor: "associated-records") }
  = s_('AdminUsers|For more information, please refer to the %{link_start}user account deletion documentation.%{link_end}').html_safe % { link_start: link_start, link_end: '</a>'.html_safe }