improve signing form header

This commit is contained in:
Alex Turchyn
2025-04-18 12:16:11 +03:00
committed by GitHub
parent 7964d6e0f0
commit 847e70ec1b
5 changed files with 78 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<% uuid = SecureRandom.uuid %>
<% uuid = local_assigns[:uuid] || SecureRandom.uuid %>
<label id="<%= local_assigns[:button_id] %>" for="<%= uuid %>" class="<%= local_assigns[:btn_class] %>"><%= local_assigns[:btn_text] %></label>
<input type="checkbox" id="<%= uuid %>" class="modal-toggle">
<div id="<%= local_assigns[:id] %>" class="modal items-start !animate-none overflow-y-auto">