Sha256: 0a2761f4f95340ddfb2de29d20fba443e5785f00164324aeb084ae63ed64b2d5
Contents?: true
Size: 398 Bytes
Versions: 18
Compression:
Stored size: 398 Bytes
Contents
<%- cache(content) do -%> <%- if content.ingredient.present? -%> <%- html_options = { target: content.essence.link_target == "blank" ? "_blank" : nil }.merge(local_assigns.fetch(:html_options, {})) -%> <%= link_to(content.ingredient, html_options) do -%> <%= content_settings_value(content, :text, local_assigns.fetch(:options, {})) || content.ingredient -%> <%- end -%> <%- end -%> <%- end -%>
Version data entries
18 entries across 18 versions & 2 rubygems