Sha256: 81489e27e35832a3daf21f4b417fe068a7c4016e60f192cc17f44c254ce88efa
Contents?: true
Size: 427 Bytes
Versions: 13
Compression:
Stored size: 427 Bytes
Contents
<%= turbo_stream.replace :modal_content do %> <%= turbo_frame_tag :modal_content, data: {modal_target: :frame} do %> <%= render Maquina::Application::New.new(resource: resource, modal: true) %> <% end %> <% end %> <% if resource.errors.empty? %> <%= turbo_stream.replace :alert do %> <%= turbo_frame_tag :alert do %> <%= render Maquina::Application::Alert.new(flash) %> <% end %> <% end %> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems