backups
Some checks failed
/ Checkout (push) Successful in 1m39s
/ Run tests (push) Successful in 1m14s
/ Run system tests (push) Failing after 1m40s
/ Build, push and deploy image (push) Successful in 12s

This commit is contained in:
david 2024-07-24 01:48:27 +02:00
parent 55df5bbb40
commit fd42a3f173
8 changed files with 123 additions and 4 deletions

View file

@ -17,3 +17,7 @@
<%= Check.count %>
<%= link_to Check.model_name.human(count: Check.count), :checks %>
</p>
<p>
<%= link_to "Backup herunterladen", admin_backup_url, class: "btn btn-secondary", data: { turbo_prefetch: false, frame: "_top", turbo: false } %>
</p>