(Small) (layout) improvements
Some checks failed
/ Run tests (push) Successful in 1m30s
/ Run system tests (push) Failing after 1m39s
/ Build, push and deploy image (push) Successful in 1m33s

This commit is contained in:
david 2024-09-23 00:14:33 +02:00
parent a78d15d4da
commit b88ac28c9b
6 changed files with 41 additions and 32 deletions

View file

@ -1,3 +1,4 @@
<h1>Adieu</h1>
<%= form_with url: rodauth.logout_path, method: :post, data: { turbo: false } do |form| %>
<% if rodauth.features.include?(:active_sessions) %>
<div class="form-group mb-3">
@ -7,7 +8,6 @@
</div>
</div>
<% end %>
<div class="form-group mb-3">
<%= form.submit "Log out", class: "btn btn-warning" %>
</div>