Sha256: 4f46a8d2dd65c95019ef802c3cb0d3bf978b5d166daab050c5c1572f181a2b54

Contents?: true

Size: 324 Bytes

Versions: 116

Compression:

Stored size: 324 Bytes

Contents

<%= index_field_wrapper **field_wrapper_args do %>
  <% if @field.as_html %>
    <%== @field.value %>
  <% elsif @field.protocol.present? %>
    <%= link_to @field.value, "#{@field.protocol}:#{@field.value}" %>
  <% else %>
    <%= link_to_if @field.link_to_record, @field.value, resource_view_path %>
  <% end %>
<% end %>

Version data entries

116 entries across 116 versions & 1 rubygems

Version Path
avo-3.16.1 app/components/avo/fields/text_field/index_component.html.erb
avo-3.16.0 app/components/avo/fields/text_field/index_component.html.erb
avo-3.15.7 app/components/avo/fields/text_field/index_component.html.erb
avo-3.15.6 app/components/avo/fields/text_field/index_component.html.erb
avo-3.15.5 app/components/avo/fields/text_field/index_component.html.erb
avo-3.15.4 app/components/avo/fields/text_field/index_component.html.erb
avo-3.15.3 app/components/avo/fields/text_field/index_component.html.erb
avo-3.15.2 app/components/avo/fields/text_field/index_component.html.erb
avo-3.15.1 app/components/avo/fields/text_field/index_component.html.erb
avo-3.15.0 app/components/avo/fields/text_field/index_component.html.erb
avo-3.14.5 app/components/avo/fields/text_field/index_component.html.erb
avo-3.14.4 app/components/avo/fields/text_field/index_component.html.erb
avo-3.14.3 app/components/avo/fields/text_field/index_component.html.erb
avo-3.14.2 app/components/avo/fields/text_field/index_component.html.erb
avo-3.14.1 app/components/avo/fields/text_field/index_component.html.erb
avo-3.14.0 app/components/avo/fields/text_field/index_component.html.erb
avo-3.13.7 app/components/avo/fields/text_field/index_component.html.erb
avo-3.13.6 app/components/avo/fields/text_field/index_component.html.erb
avo-3.13.5 app/components/avo/fields/text_field/index_component.html.erb
avo-3.13.4 app/components/avo/fields/text_field/index_component.html.erb