Sha256: 37edeb695eb7e790576d8643d50909d8eb1b97a61b2ba1f5d0e03b992dce6f0e

Contents?: true

Size: 298 Bytes

Versions: 41

Compression:

Stored size: 298 Bytes

Contents

<%= show_field_wrapper field: @field, resource: @resource, index: @index 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

41 entries across 41 versions & 1 rubygems

Version Path
avo-2.13.6.pre.1 app/components/avo/fields/text_field/show_component.html.erb
avo-2.13.5.pre.2 app/components/avo/fields/text_field/show_component.html.erb
avo-2.13.5.pre.1 app/components/avo/fields/text_field/show_component.html.erb
avo-2.13.4.pre.1 app/components/avo/fields/text_field/show_component.html.erb
avo-2.13.3.pre.4 app/components/avo/fields/text_field/show_component.html.erb
avo-2.13.3.pre.3 app/components/avo/fields/text_field/show_component.html.erb
avo-2.13.3.pre.2 app/components/avo/fields/text_field/show_component.html.erb
avo-2.13.3.pre.1 app/components/avo/fields/text_field/show_component.html.erb
avo-2.13.2.pre.2 app/components/avo/fields/text_field/show_component.html.erb
avo-2.13.2.pre.1 app/components/avo/fields/text_field/show_component.html.erb
avo-2.13.1 app/components/avo/fields/text_field/show_component.html.erb
avo-2.13.0 app/components/avo/fields/text_field/show_component.html.erb
avo-2.12.1.pre.1 app/components/avo/fields/text_field/show_component.html.erb
avo-2.12.0 app/components/avo/fields/text_field/show_component.html.erb
avo-2.11.3.pre.3 app/components/avo/fields/text_field/show_component.html.erb
avo-2.11.3.pre.2 app/components/avo/fields/text_field/show_component.html.erb
avo-2.11.3.pre.1 app/components/avo/fields/text_field/show_component.html.erb
avo-2.11.2.pre.3 app/components/avo/fields/text_field/show_component.html.erb
avo-2.11.2.pre.2 app/components/avo/fields/text_field/show_component.html.erb
avo-2.11.2.pre.1 app/components/avo/fields/text_field/show_component.html.erb