Sha256: 7be4fe9ff3ab39ff8c1dcc80ae833c2cc4f1fe05ddcabeffa531a0b06834c427

Contents?: true

Size: 811 Bytes

Versions: 27

Compression:

Stored size: 811 Bytes

Contents

<% if @field.value %>
  <turbo-frame id="<%= @field.turbo_frame %>" src="<%= @field.frame_url %>" target="_top" class="block">
    <%= render(Avo::LoadingComponent.new(title: @field.name)) %>
  </turbo-frame>
<% else %>
  <%= render Avo::PanelComponent.new(name: @field.name) do |c| %>
    <% c.tools do %>
      <% if !@field.is_readonly? && can_attach? %>
        <%= a_link attach_path, icon: 'heroicons/outline/link', color: :primary, 'data-turbo-frame': 'attach_modal' do %>
          <%= t('avo.attach_item', item: @field.name.downcase) %>
        <% end %>
      <% end %>
    <% end %>

    <% c.body do %>
      <div class="py-8 flex justify-center items-center">
        <%= empty_state resource_name: @field.id, related_name: params[:related_name] %>
      </div>
    <% end %>
  <% end %>
<% end %>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
avo-2.15.3 app/components/avo/fields/has_one_field/show_component.html.erb
avo-2.15.3.pre.1.data.attrs.to.sidebar.items app/components/avo/fields/has_one_field/show_component.html.erb
avo-2.15.2 app/components/avo/fields/has_one_field/show_component.html.erb
avo-2.15.2.pre.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-2.15.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-2.15.0 app/components/avo/fields/has_one_field/show_component.html.erb
avo-2.14.3.pre.7.polytranslations1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-2.14.3.pre.6.nosprockets app/components/avo/fields/has_one_field/show_component.html.erb
avo-2.14.3.pre.5.nosprockets app/components/avo/fields/has_one_field/show_component.html.erb
avo-2.14.3.pre.4.tosqlfix app/components/avo/fields/has_one_field/show_component.html.erb
avo-2.14.3.pre.3.jsbundling app/components/avo/fields/has_one_field/show_component.html.erb
avo-2.14.3.pre.2.tailwindcss app/components/avo/fields/has_one_field/show_component.html.erb
avo-2.14.3.pre.1.branding app/components/avo/fields/has_one_field/show_component.html.erb
avo-2.14.2 app/components/avo/fields/has_one_field/show_component.html.erb
avo-2.14.2.pre.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-2.14.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-2.14.1.pre.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-2.14.0 app/components/avo/fields/has_one_field/show_component.html.erb
avo-2.13.6.pre.2 app/components/avo/fields/has_one_field/show_component.html.erb
avo-2.13.6.pre.1 app/components/avo/fields/has_one_field/show_component.html.erb