Sha256: f852a0a3d51fb7e86918f298d49b606ae54533b3aa056e8f08fa04f0b36b29cf
Contents?: true
Size: 506 Bytes
Versions: 49
Compression:
Stored size: 506 Bytes
Contents
- content_for :action, flush: true do - changed = [] - changed << ["title"] if activity.parameters[:title_html_diff].present? - changed << ["description"] if activity.parameters[:description_html_diff].present? changed the #{changed.join(" and ")} - if activity.parameters[:title_html_diff].present? %strong Title: = raw activity.parameters[:title_html_diff] - if activity.parameters[:description_html_diff].present? %strong Description: = raw activity.parameters[:description_html_diff]
Version data entries
49 entries across 49 versions & 1 rubygems