%= turbo_frame_tag "modal" do %> <%= render DS::Dialog.new do |dialog| %> <% dialog.with_header(title: t(".title")) %> <% dialog.with_body do %> <% error_msg = local_assigns[:error_message] || @error_message %> <% if error_msg.present? %>
<%= error_msg %>
<%= t(".not_configured_title") %>
<%= t(".not_configured_message") %>