Sha256: 1caa0d22aebe05e13ed59f988def210194688ce7dc5c1ce715551e152be271b7
Contents?: true
Size: 334 Bytes
Versions: 10
Compression:
Stored size: 334 Bytes
Contents
<%- cache(content) do -%> <%- date_format = content.settings_value(: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
10 entries across 10 versions & 1 rubygems