Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions app/views/users/mod_delete.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
If other actions have not worked and the disruptions are severe, you can delete the profile on this community.
</p>

<div class="notice is-danger">
<p>
<strong>Take care!</strong> You will not be able to reverse this action and you will not be asked to confirm.
</p>
</div>

<%
is_deleted = @user.community_user&.deleted? || false
action_path = is_deleted ?
Expand Down
Loading