Sha256: 3db543f8df6d2bb35a90383f885fe9f2ca81e06d373a6097f2e84fab3edeeed0
Contents?: true
Size: 371 Bytes
Versions: 27
Compression:
Stored size: 371 Bytes
Contents
- if [first, second].any?(&:present?) %br - if first.blank? and second.present? = t('version.set_html', :attr => label, :to => second) - elsif first.present? and second.present? = t('version.change_html', :attr => label, :from => first, :to => second) - elsif first.present? and second.blank? = t('version.unset_html', :attr => label, :from => first)
Version data entries
27 entries across 27 versions & 2 rubygems