Sha256: a800dad42b5a3f234b5c4f46f39c93f6924cb3e377c59fcd9e4e3690d68047c1

Contents?: true

Size: 265 Bytes

Versions: 14

Compression:

Stored size: 265 Bytes

Contents

<%= 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 %>
    <%= @field.value %>
  <% end %>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
avo-3.17.3 app/components/avo/fields/text_field/show_component.html.erb
avo-3.17.5.tw4 app/components/avo/fields/text_field/show_component.html.erb
avo-3.17.4.tw4 app/components/avo/fields/text_field/show_component.html.erb
avo-3.17.3.tw4 app/components/avo/fields/text_field/show_component.html.erb
avo-3.17.2.tw4 app/components/avo/fields/text_field/show_component.html.erb
avo-3.17.2 app/components/avo/fields/text_field/show_component.html.erb
avo-3.17.1.tw4 app/components/avo/fields/text_field/show_component.html.erb
avo-3.17.1 app/components/avo/fields/text_field/show_component.html.erb
avo-3.17.0 app/components/avo/fields/text_field/show_component.html.erb
avo-3.16.6 app/components/avo/fields/text_field/show_component.html.erb
avo-3.16.5 app/components/avo/fields/text_field/show_component.html.erb
avo-3.16.4 app/components/avo/fields/text_field/show_component.html.erb
avo-3.16.3 app/components/avo/fields/text_field/show_component.html.erb
avo-3.16.2 app/components/avo/fields/text_field/show_component.html.erb