Sha256: 19dc1648088923e73bf70fad1b37870c562814b2260dd9de82d2fb968d2594f7
Contents?: true
Size: 308 Bytes
Versions: 95
Compression:
Stored size: 308 Bytes
Contents
<%- if options[:shorten_to].blank? -%> <%= raw content.essence.send(options[:plain_text] ? :stripped_body : :body) %> <%- else -%> <%= raw content.essence.send(options[:plain_text] ? :stripped_body : :body).split(" ").first(options[:shorten_to]).join(" ") + (options[:shorten_suffix] || '…') %> <%- end -%>
Version data entries
95 entries across 95 versions & 1 rubygems