mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
remove dupe is_deleted filter
This commit is contained in:
parent
e821410d84
commit
616875b1d0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<h2>Delete Site</h2>
|
||||
<div>
|
||||
<% if @site.parent? && @site.children_dataset.where(is_deleted: false, is_deleted: false).count > 0 %>
|
||||
<% if @site.parent? && @site.children_dataset.where(is_deleted: false).count > 0 %>
|
||||
<p>
|
||||
You cannot delete the parent site without deleting the children sites first.
|
||||
</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue