mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-14 17:11:34 +01:00
Add new comments and comment all deletion system
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
{% endif %}
|
||||
<div class="col-md-3"></div>
|
||||
</div>
|
||||
{% if user.ROLE == 3 %}
|
||||
{#{% if user.ROLE == 3 %}
|
||||
<a href="?page=del&id={{ code.idc }}&lang={{ code.lang }}&version={{ code.version }}" class="btn btn-danger">Delete source</a>
|
||||
{% endif %}
|
||||
{% endif %}#}
|
||||
{% if page.otherV %}
|
||||
<div style='text-align: center; font-size: 22px; '><a href='?page=code&id={{ code.idc }}&lang={{ code.lang }}'>View version's history</a></div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user