Sha256: 3d8d4efffc5e791cb18d90f1e3b4768eaedf722190cdd2b28dfaacd301c0f703

Contents?: true

Size: 506 Bytes

Versions: 18

Compression:

Stored size: 506 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(resource: @resource,  turbo_frame: :preview_modal),
    } do %>
    <%= helpers.svg("magnifying-glass-circle", class: "block h-6 text-gray-600") %>
  <% end %>
<% end %>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
avo-3.6.4 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.6.3 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.6.2 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.6.1 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.6.0 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.5.8 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.5.7 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.5.6 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.5.6.beta1 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.5.5 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.5.4 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.5.3 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.5.2 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.5.1 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.5.0 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.4.4 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.4.3 app/components/avo/fields/preview_field/index_component.html.erb
avo-3.4.2 app/components/avo/fields/preview_field/index_component.html.erb