Sha256: a74478b7353ff753104f2e5d5c2c0ad5017b66656f88972ed7272279466d69f7

Contents?: true

Size: 686 Bytes

Versions: 1

Compression:

Stored size: 686 Bytes

Contents

.show-page.cm-page-container
  .show-page__header.sticky-container.page-top-bar
    == render 'cm_admin/main/top_navbar'
    == render 'cm_admin/main/tabs'
  .show-page__inner.scrollable
    .history-box
      - @ar_object.action_trails.each do |at|
        .history-item
          .profile-pic 
            img alt=("profile") src="https://www.pngitem.com/pimgs/m/264-2647677_avatar-icon-human-user-avatar-svg-hd-png.png"
          .history-info
            span.bold-text = at.actor.first_name
            span.normal-text = at.trail_type.titleize
            span.normal-text the
            span.bold-text = at.entity_type
            span.light-text = at.created_at.strftime("%B")

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cm-admin-1.1.9 app/views/cm_admin/main/history.html.slim