roundabout,
created on Tuesday, 28 May 2024, 09:14:28 (1716887668),
received on Wednesday, 31 July 2024, 06:54:48 (1722408888)
Author identity: vlad <vlad.muntoiu@gmail.com>
2f1bd8b1ab2b30ade00a0a7e4f5f3556ef5fe1e3
templates/repository/repo-commit.html
@@ -84,11 +84,11 @@
{% if comment.author == current_user or data.owner == current_user or permission_level >= 2 %} <form method="post" action="{{ repo_data.route }}/commit/{{ data.sha }}/resolve_comment/{{ comment.number }}"> <button type="submit"> Resolve{% trans %}Resolve{% endtrans %}</button> </form> <form method="post" action="{{ repo_data.route }}/commit/{{ data.sha }}/delete_comment/{{ comment.number }}"> <button type="submit" class="button-flat">Delete</button><button type="submit" class="button-flat">{% trans %}Delete{% endtrans %}</button></form> {% endif %} </x-buttonbox>
@@ -104,11 +104,11 @@
{% if comment.author == current_user or data.owner == current_user or permission_level >= 2 %} <form method="post" action="{{ repo_data.route }}/commit/{{ data.sha }}/resolve_comment/{{ comment.number }}"> <button type="submit"> Un-resolve{% trans %}Unresolve{% endtrans %}</button> </form> <form method="post" action="{{ repo_data.route }}/commit/{{ data.sha }}/delete_comment/{{ comment.number }}"> <button type="submit" class="button-flat">Delete</button><button type="submit" class="button-flat">{% trans %}Delete{% endtrans %}</button></form> {% endif %} </x-buttonbox>