Sha256: e11000cca1812d44b6d5b7dd5e3d1c68af140ed4c425a26222dfb3b7ae10ff1f

Contents?: true

Size: 507 Bytes

Versions: 28

Compression:

Stored size: 507 Bytes

Contents

<%- options = local_assigns.fetch(:options, {}) -%>
<%- html_options = local_assigns.fetch(:html_options, {}) -%>
<%- if text_view.link.blank? ||
    text_view.settings_value(:disable_link, options) -%>
<%= text_view.value -%>
<%- else -%>
  <%= link_to(
    text_view.value,
    url_for(text_view.link),
    {
      title: text_view.link_title,
      target: (text_view.link_target == "blank" ? "_blank" : nil),
      'data-link-target' => text_view.link_target
    }.merge(html_options)
) -%>
<%- end -%>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
alchemy_cms-6.0.14 app/views/alchemy/ingredients/_text_view.html.erb
alchemy_cms-6.0.13 app/views/alchemy/ingredients/_text_view.html.erb
alchemy_cms-6.0.12 app/views/alchemy/ingredients/_text_view.html.erb
alchemy_cms-6.0.11 app/views/alchemy/ingredients/_text_view.html.erb
alchemy_cms-6.0.10 app/views/alchemy/ingredients/_text_view.html.erb
alchemy_cms-6.0.9 app/views/alchemy/ingredients/_text_view.html.erb
alchemy_cms-6.0.8 app/views/alchemy/ingredients/_text_view.html.erb
alchemy_cms-6.0.7 app/views/alchemy/ingredients/_text_view.html.erb
alchemy_cms-6.0.6 app/views/alchemy/ingredients/_text_view.html.erb
alchemy_cms-6.0.5 app/views/alchemy/ingredients/_text_view.html.erb
alchemy_cms-6.0.4 app/views/alchemy/ingredients/_text_view.html.erb
alchemy_cms-6.0.3 app/views/alchemy/ingredients/_text_view.html.erb
alchemy_cms-6.0.2 app/views/alchemy/ingredients/_text_view.html.erb
alchemy_cms-6.0.1 app/views/alchemy/ingredients/_text_view.html.erb
alchemy_cms-6.0.0 app/views/alchemy/ingredients/_text_view.html.erb
alchemy_cms-6.0.0.pre.rc7 app/views/alchemy/ingredients/_text_view.html.erb
alchemy_cms-6.0.0.pre.rc6 app/views/alchemy/ingredients/_text_view.html.erb
alchemy_cms-6.0.0.pre.rc5 app/views/alchemy/ingredients/_text_view.html.erb
alchemy_cms-6.0.0.pre.rc4 app/views/alchemy/ingredients/_text_view.html.erb
alchemy_cms-6.0.0.pre.rc3 app/views/alchemy/ingredients/_text_view.html.erb