Allow going back to a previous commit

This commit is contained in:
Tim
2023-04-05 22:46:37 +02:00
parent e461a7ad35
commit 4e56fed76d
6 changed files with 93 additions and 6 deletions

View File

@ -10,6 +10,9 @@
<a class="btn btn-warning" href="{{ path('snip_edit', {snip: snip.id}) }}">
<i class="fa fa-pencil" aria-hidden="true"></i> Edit
</a>
<a class="btn btn-info" href="{{ path('history_index', {snip: snip.id}) }}">
<i class="fa fa-history" aria-hidden="true"></i> History
</a>
{% endif %}
<a href="{{ path('snip_raw', {snip: snip.id}) }}" class="btn btn-danger">
<i class="fa fa-eye"></i> Raw