Sha256: bd32f750e0b72f72e78597da7cdae2ec4bbf3d4d24a460025d6329fd239ca33a
Contents?: true
Size: 292 Bytes
Versions: 9
Compression:
Stored size: 292 Bytes
Contents
<% cache(content) do %> <% if content.ingredient %> <%- options[:text] ||= content.ingredient %> <%- html_options = { target: content.essence.link_target == "blank" ? "_blank" : nil }.merge(html_options) %> <%= link_to options[:text], content.ingredient, html_options -%> <% end %> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems