Sha256: 7b920b0a79b29acdcd75fc9edbe9ba960098a4bfe79632c546bfe91cf8910387

Contents?: true

Size: 325 Bytes

Versions: 29

Compression:

Stored size: 325 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

29 entries across 29 versions & 1 rubygems

Version Path
avo-3.18.1.tw4 app/components/avo/fields/text_field/index_component.html.erb
avo-3.18.1 app/components/avo/fields/text_field/index_component.html.erb
avo-3.18.0.tw4 app/components/avo/fields/text_field/index_component.html.erb
avo-3.18.0 app/components/avo/fields/text_field/index_component.html.erb
avo-3.17.9.beta2 app/components/avo/fields/text_field/index_component.html.erb
avo-3.17.9.beta1 app/components/avo/fields/text_field/index_component.html.erb
avo-3.17.9.tw4 app/components/avo/fields/text_field/index_component.html.erb
avo-3.17.9 app/components/avo/fields/text_field/index_component.html.erb
avo-3.17.8.tw4 app/components/avo/fields/text_field/index_component.html.erb
avo-3.17.8 app/components/avo/fields/text_field/index_component.html.erb
avo-3.17.7 app/components/avo/fields/text_field/index_component.html.erb
avo-3.17.6.tw4 app/components/avo/fields/text_field/index_component.html.erb
avo-3.17.6 app/components/avo/fields/text_field/index_component.html.erb
avo-3.17.5 app/components/avo/fields/text_field/index_component.html.erb
avo-3.17.4 app/components/avo/fields/text_field/index_component.html.erb
avo-3.17.3 app/components/avo/fields/text_field/index_component.html.erb
avo-3.17.5.tw4 app/components/avo/fields/text_field/index_component.html.erb
avo-3.17.4.tw4 app/components/avo/fields/text_field/index_component.html.erb
avo-3.17.3.tw4 app/components/avo/fields/text_field/index_component.html.erb
avo-3.17.2.tw4 app/components/avo/fields/text_field/index_component.html.erb