Sha256: f432bd9371e3e425e5fa81c885f71486b19ce75cf051a0521d092fd87d63e05b

Contents?: true

Size: 832 Bytes

Versions: 34

Compression:

Stored size: 832 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 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 %>
    <% end %>

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

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
avo-1.18.2 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.18.2.pre.0 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.18.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.18.0 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.18.0.pre.3 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.18.0.pre.2 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.18.0.pre.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.17.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.17.0 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.16.4 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.16.3 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.16.2 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.16.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.16.0 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.15.0 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.15.0.pre.1 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.14.0 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.13.3 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.13.2 app/components/avo/fields/has_one_field/show_component.html.erb
avo-1.13.1 app/components/avo/fields/has_one_field/show_component.html.erb