Sha256: 716f98dfeb6331d14ee0711049bff624918c2e55c76bb07fe6c9fc1ebaa559b1
Contents?: true
Size: 666 Bytes
Versions: 21
Compression:
Stored size: 666 Bytes
Contents
<%= index_field_wrapper field: @field do %> <% if @field.value.present? %> <% if @field.value.attached? && @field.value.representable? && @field.is_image %> <%= link_to_if @field.link_to_resource, image_tag(helpers.main_app.url_for(@field.value), class: 'max-h-full'), resource_path, class: 'block' %> <% elsif @field.value.attached? && @field.is_audio %> <%= link_to_if @field.link_to_resource, audio_tag(helpers.main_app.url_for(@field.value), controls: true, preload: false, class: 'max-h-full'), resource_path, class: 'block h-8' %> <% else %> <%= @field.value.filename %> <% end %> <% else %> — <% end %> <% end %>
Version data entries
21 entries across 21 versions & 1 rubygems