Sha256: 5ca8c340607bce9c8c623f1f30229dc4257bea7940d79c58410d1377e59a2c5d

Contents?: true

Size: 1.35 KB

Versions: 25

Compression:

Stored size: 1.35 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
    %small
      = t('keppler.messages.has')
      = t('keppler.actions.updated').downcase
      = t("keppler.models.singularize.#{activity.trackable_type.underscore.split('/').last}").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)

Version data entries

25 entries across 24 versions & 1 rubygems

Version Path
keppler-2.1.22 installer/core/app/views/public_activity/layout/_update.html.haml
keppler-2.1.21 installer/core/app/views/public_activity/layout/_update.html.haml
keppler-2.1.20 installer/core/app/views/public_activity/layout/_update.html.haml
keppler-2.1.19 installer/core/app/views/public_activity/layout/_update.html.haml
keppler-2.1.18 testing-with-2.1.18/app/views/public_activity/layout/_update.html.haml
keppler-2.1.18 installer/core/app/views/public_activity/layout/_update.html.haml
keppler-2.1.17 installer/core/app/views/public_activity/layout/_update.html.haml
keppler-2.1.16 installer/core/app/views/public_activity/layout/_update.html.haml
keppler-2.1.15 installer/core/app/views/public_activity/layout/_update.html.haml
keppler-2.1.14 installer/core/app/views/public_activity/layout/_update.html.haml
keppler-2.1.13 installer/core/app/views/public_activity/layout/_update.html.haml
keppler-2.1.12 installer/core/app/views/public_activity/layout/_update.html.haml
keppler-2.1.11 installer/core/app/views/public_activity/layout/_update.html.haml
keppler-2.1.10 installer/core/app/views/public_activity/layout/_update.html.haml
keppler-2.1.9 installer/core/app/views/public_activity/layout/_update.html.haml
keppler-2.1.8 installer/core/app/views/public_activity/layout/_update.html.haml
keppler-2.1.7 installer/core/app/views/public_activity/layout/_update.html.haml
keppler-2.1.6 installer/core/app/views/public_activity/layout/_update.html.haml
keppler-2.1.5 installer/core/app/views/public_activity/layout/_update.html.haml
keppler-2.1.4 installer/core/app/views/public_activity/layout/_update.html.haml