Sha256: bf055f21b969511f4c503b298f5afc21411188f026ea6a37f21987f400900b34
Contents?: true
Size: 473 Bytes
Versions: 33
Compression:
Stored size: 473 Bytes
Contents
<%# @param object [model] model instance %> <%# @param field_name [String] name of the field %> <%# @param value [Object] value of the field %> <%# @param metadata [Hash] metadata of the field %> <%= if value.nil? null else concat content_tag(:span, I18n.l(value.first, format: :short), class: 'from') concat '...' concat content_tag(:span, I18n.l(value.last, format: :short), class: 'to') itooltip "#{I18n.l value.first} ... #{I18n.l value.last}", 'time' end %>
Version data entries
33 entries across 11 versions & 1 rubygems