(Small) (layout) improvements
This commit is contained in:
parent
a78d15d4da
commit
b88ac28c9b
6 changed files with 41 additions and 32 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue