Sha256: 6745832c035c2fe69d4eed7aa68d8d1b4b7512f12407c4735bd60999acb6ca12

Contents?: true

Size: 326 Bytes

Versions: 122

Compression:

Stored size: 326 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_resource, @field.value, resource_view_path %>
  <% end %>
<% end %>

Version data entries

122 entries across 122 versions & 1 rubygems

Version Path
avo-2.53.0 app/components/avo/fields/text_field/index_component.html.erb
avo-2.52.0 app/components/avo/fields/text_field/index_component.html.erb
avo-2.49.0 app/components/avo/fields/text_field/index_component.html.erb
avo-2.48.0 app/components/avo/fields/text_field/index_component.html.erb
avo-2.47.0 app/components/avo/fields/text_field/index_component.html.erb
avo-3.0.1.beta8 app/components/avo/fields/text_field/index_component.html.erb
avo-3.0.1.beta6 app/components/avo/fields/text_field/index_component.html.erb
avo-3.0.1.beta7 app/components/avo/fields/text_field/index_component.html.erb
avo-3.0.1.beta5 app/components/avo/fields/text_field/index_component.html.erb
avo-3.0.1.beta2 app/components/avo/fields/text_field/index_component.html.erb
avo-3.0.1.beta4 app/components/avo/fields/text_field/index_component.html.erb
avo-3.0.1.beta3 app/components/avo/fields/text_field/index_component.html.erb
avo-3.0.0.beta1 app/components/avo/fields/text_field/index_component.html.erb
avo-3.0.1.beta1 app/components/avo/fields/text_field/index_component.html.erb
avo-3.0.0.pre17 app/components/avo/fields/text_field/index_component.html.erb
avo-3.0.0.pre18 app/components/avo/fields/text_field/index_component.html.erb
avo-3.0.0.pre14 app/components/avo/fields/text_field/index_component.html.erb
avo-3.0.0.pre16 app/components/avo/fields/text_field/index_component.html.erb
avo-3.0.0.pre15 app/components/avo/fields/text_field/index_component.html.erb
avo-3.0.0.pre13 app/components/avo/fields/text_field/index_component.html.erb