Sha256: d406019d73edf79bcc9f3ba544eee92df627ee6bee2c39a1465415e25114d1a2

Contents?: true

Size: 746 Bytes

Versions: 33

Compression:

Stored size: 746 Bytes

Contents

<% if @field.value %>
  <turbo-frame id="<%= @field.turbo_frame %>" src="<%= @field.frame_url %>" target="_top">
    <%= render(Avo::LoadingComponent.new(title: @field.name)) %>
  </turbo-frame>
<% else %>
  <%= render Avo::PanelComponent.new(title: @field.id.capitalize) do |c| %>
    <% c.tools do %>
      <% if !@field.readonly && can_attach? %>
        <%= a_link attach_path, color: 'indigo', 'data-turbo-frame': 'attach_modal' do %>
          <%= svg 'view-grid-add' %> <%= t('avo.attach_item', item: @field.id).capitalize %>
        <% end %>
      <% end %>
    <% end %>

    <% c.body do %>
      <div class="py-8 flex justify-center items-center">
        <%= empty_state @field.id %>
      </div>
    <% end %>
  <% end %>
<% end %>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
avo-1.25.2 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.25.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.25.0 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.24.2 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.24.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.24.0 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.23.0 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.22.4 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.22.3 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.22.2 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.22.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.22.1.pre.2 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.22.1.pre.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.22.0 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.22.0.pre.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.21.1.pre.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.21.0 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.20.2.pre.2 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.20.2.pre.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.21.0.pre.1 app/components/avo/fields/has_one_field/show_component.html.erb