Sha256: fc6fa4978734b7e9271cc182bc1de6716c296f604dfaad719b7bc864dd85c96a

Contents?: true

Size: 373 Bytes

Versions: 9

Compression:

Stored size: 373 Bytes

Contents

<%= turbo_frame_tag "new_via_belongs_to" do %>
  <%= render(Avo::ModalComponent.new(width: :xl, body_class: "bg-application")) do |c| %>
    <div class="pt-4 pb-8">
      <%= render Avo::Views::ResourceEditComponent.new(
        resource: @resource,
        model: @model,
        view: @view,
        display_breadcrumbs: false
      ) %>
    </div>
  <% end %>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
avo-2.53.0 app/views/avo/base/_new_via_belongs_to.html.erb
avo-2.52.0 app/views/avo/base/_new_via_belongs_to.html.erb
avo-2.49.0 app/views/avo/base/_new_via_belongs_to.html.erb
avo-2.48.0 app/views/avo/base/_new_via_belongs_to.html.erb
avo-2.47.0 app/views/avo/base/_new_via_belongs_to.html.erb
avo-2.46.0 app/views/avo/base/_new_via_belongs_to.html.erb
avo-2.45.0 app/views/avo/base/_new_via_belongs_to.html.erb
avo-2.44.0 app/views/avo/base/_new_via_belongs_to.html.erb
avo-2.43.0 app/views/avo/base/_new_via_belongs_to.html.erb