mirror of https://github.com/itflow-org/itflow
Fix Assets page not loading missing closer }
This commit is contained in:
parent
efdffa1a74
commit
02ed6986ec
|
|
@ -349,6 +349,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
||||||
<a class="dropdown-item text-danger text-bold confirm-link" href="post.php?delete_asset=<?php echo $asset_id; ?>">
|
<a class="dropdown-item text-danger text-bold confirm-link" href="post.php?delete_asset=<?php echo $asset_id; ?>">
|
||||||
<i class="fas fa-fw fa-archive mr-2"></i>Delete
|
<i class="fas fa-fw fa-archive mr-2"></i>Delete
|
||||||
</a>
|
</a>
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue