Gui improvements, ordering
This commit is contained in:
parent
6db0b64f4c
commit
42c077f6ab
28 changed files with 105 additions and 40 deletions
|
|
@ -13,13 +13,13 @@
|
|||
<%= link_to Check.model_name.human(count: Check.count), :checks %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<p class="mb-3">
|
||||
<i class="bi bi-link"></i>
|
||||
<%= Link.count %>
|
||||
<%= link_to Link.model_name.human(count: Link.count), :links %>
|
||||
</p>
|
||||
|
||||
<h2 class="mt-3">Backup</h2>
|
||||
<h2>Backup</h2>
|
||||
<ul class="ps-0" style="list-style-type: none">
|
||||
<li>
|
||||
<%= link_to "XLSX Backup herunterladen", admin_backup_url(format: :xlsx), class: " ", data: { turbo_prefetch: false, frame: "_top", turbo: false } %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue