Sha256: bedd3eb08025832640dc1d44e3f47d5c8541e7582630ffb0b444adfd33492f6f

Contents?: true

Size: 763 Bytes

Versions: 53

Compression:

Stored size: 763 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 %>
      <%= a_link helpers.resource_attach_path(@resource.model.model_name.route_key, @resource.model.id, @field.id), color: 'indigo', 'data-turbo-frame': 'attach_modal' do %>
        <%= svg 'view-grid-add' %> <%= t('avo.attach_item', item: @field.id).capitalize %>
      <% 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

53 entries across 53 versions & 1 rubygems

Version Path
avo-1.8.4 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.8.3 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.8.2 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.8.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.8.0 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.7.3 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.7.3.pre.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.7.2 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.7.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.7.0 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.6.4.pre.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.6.3.pre.3 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.6.3.pre.2 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.6.3.pre.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.6.2.pre.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.6.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.6.0 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.5.5 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.5.4 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.5.3 app/components/avo/fields/has_one_field/show_component.html.erb