Sha256: a452a7424d7b94479d543697e0fba432359b8df789613f634b852fe3121739f7
Contents?: true
Size: 343 Bytes
Versions: 18
Compression:
Stored size: 343 Bytes
Contents
<%- cache(content) do -%> <%- date_format = content_settings_value(content, :date_format, local_assigns.fetch(:options, {})) -%> <%- if content.ingredient.present? -%> <%- if date_format == 'rfc822' -%> <%= content.ingredient.to_s(:rfc822) %> <%- else -%> <%= l(content.ingredient, format: date_format) %> <%- end -%> <%- end -%> <%- end -%>
Version data entries
18 entries across 18 versions & 2 rubygems