mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 22:34:47 +00:00
* Add institution management * Allow user to select institution on create or edit * Improve redirect behavior * Final cleanup * i18n normalization
9 lines
349 B
Plaintext
9 lines
349 B
Plaintext
<%# locals: (content:, classes:) -%>
|
|
<%= turbo_frame_tag "modal" do %>
|
|
<dialog class="bg-white border border-alpha-black-25 rounded-2xl max-w-[580px] w-min-content shadow-xs h-fit <%= classes %>" data-controller="modal" data-action="click->modal#clickOutside">
|
|
<div class="flex flex-col">
|
|
<%= content %>
|
|
</div>
|
|
</dialog>
|
|
<% end %>
|