Sha256: f3a943c530038bb497404e6fe38cbb244fe462f733902ac191db8c1497b17230

Contents?: true

Size: 556 Bytes

Versions: 72

Compression:

Stored size: 556 Bytes

Contents

<%= index_field_wrapper **field_wrapper_args, dash_if_blank: false, class: 'whitespace-no-wrap w-[1%]', flush: true, center_content: true do %>
  <%= link_to resource_view_path,
    title: t('avo.view_item', item: @resource.name).humanize,
    data: {
      controller: "preview",
      preview_url_value: helpers.preview_resource_path(record: @record, resource: @resource, resource_id: @resource.record_id, turbo_frame: :preview_modal),
    } do %>
    <%= helpers.svg("magnifying-glass-circle", class: "block h-6 text-gray-600") %>
  <% end %>
<% end %>

Version data entries

72 entries across 72 versions & 1 rubygems

Version Path
avo-3.4.1 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.4.0 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.3.6 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.3.5 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.3.4 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.3.3 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.3.2 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.3.1 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.3.0 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.2.3 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.0.1.beta23 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.0.1.beta20 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.0.1.beta21 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.0.1.beta17 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.0.1.beta22 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.0.1.beta18 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.0.1.beta19 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.0.1.beta24 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.0.1.beta15 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.0.1.beta16 app/components/avo/fields/preview_field/index_component.html.erb