Sha256: 0d53052f6166ef796ad367fdfa46c0ad62c4014a15b5cd8c03a2265241c34d74

Contents?: true

Size: 247 Bytes

Versions: 10

Compression:

Stored size: 247 Bytes

Contents

<% if user.is_a?(PandaCms::User) %>
  <%= render PandaCms::Admin::UserDisplayComponent.new(user: user, metadata: "#{time_ago_in_words(time)} ago") %>
<% elsif time %>
  <div class="text-black/60"><%= time_ago_in_words(time) %> ago</div>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
panda_cms-0.6.3 app/components/panda_cms/admin/user_activity_component.html.erb
panda_cms-0.6.2 app/components/panda_cms/admin/user_activity_component.html.erb
panda_cms-0.6.1 app/components/panda_cms/admin/user_activity_component.html.erb
panda_cms-0.6.0 app/components/panda_cms/admin/user_activity_component.html.erb
panda_cms-0.5.10 app/components/panda_cms/admin/user_activity_component.html.erb
panda_cms-0.5.9 app/components/panda_cms/admin/user_activity_component.html.erb
panda_cms-0.5.8 app/components/panda_cms/admin/user_activity_component.html.erb
panda_cms-0.5.7 app/components/panda_cms/admin/user_activity_component.html.erb
panda_cms-0.5.6 app/components/panda_cms/admin/user_activity_component.html.erb
panda_cms-0.5.5 app/components/panda_cms/admin/user_activity_component.html.erb