Improve compare styling

This commit is contained in:
Tim
2025-05-10 12:51:55 +02:00
parent ab97482ae6
commit 771f354346
3 changed files with 15 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<a href="{{ path('version_set', {version: snip.latestVersion.id, snip: snip.id}) }}" class="btn btn-warning">
<i class="fa fa-refresh"></i> Latest
</a>
<a href="{{ path('content_compare', {to: snip.activeVersion.id}) }}" class="btn btn-warning">
<a href="{{ path('content_compare', {to: snip.activeVersion.id}) }}" class="btn btn-info">
<i class="fa fa-left-right"></i> Compare
</a>
<br><br>