Sha256: 7be21a2d168738e62ade13b04550a430a087dce90601e86a2c067129a3797a12
Contents?: true
Size: 1.4 KB
Versions: 10
Compression:
Stored size: 1.4 KB
Contents
-# .collection-item.avatar -# -# -# = material_icon.md_24.create.css_class("circle") -# %b -# = activity.owner.name if activity.owner -# = t('keppler.messages.has') -# = t('keppler.actions.updated').downcase -# = t("keppler.models.singularize.#{activity.trackable_type.underscore}").humanize -# - if activity.trackable -# = t('keppler.messages.to') -# %b -# = activity.trackable.send(method) -# = t('keppler.messages.at') -# = activity.created_at -# - else -# = t('keppler.messages.at') -# = activity.created_at -# = t('keppler.messages.since_been_removed') .timeline-item %h6.timeline-header.no-border %small %b = activity.owner.name if activity.owner %small = t('keppler.messages.has') = t('keppler.actions.updated').downcase = t("keppler.models.singularize.#{activity.trackable_type.underscore}").humanize %b = activity.trackable.send(method) if activity.trackable - if activity.trackable %span.time %i.icon-clock = t('keppler.messages.at') = activity.created_at.to_formatted_s(:time) = t('keppler.messages.to') = activity.created_at.to_formatted_s(:day) - else %span.time %i.icon-clock = t('keppler.messages.at') = activity.created_at.to_formatted_s(:time) = t('keppler.messages.to') = activity.created_at.to_formatted_s(:day) = t('keppler.messages.since_been_removed')
Version data entries
10 entries across 10 versions & 1 rubygems