logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

_action_log.html.haml (761B)


  1. %li.log-entry
  2. .log-entry__header
  3. .log-entry__avatar
  4. = image_tag action_log.account.avatar.url(:original), alt: '', width: 40, height: 40, class: 'avatar'
  5. .log-entry__content
  6. .log-entry__title
  7. = t("admin.action_logs.actions.#{action_log.action}_#{action_log.target_type.underscore}", name: content_tag(:span, action_log.account.username, class: 'username'), target: content_tag(:span, log_target(action_log), class: 'target')).html_safe
  8. .log-entry__timestamp
  9. %time= l action_log.created_at
  10. .spacer
  11. .log-entry__icon
  12. = fa_icon icon_for_log(action_log)
  13. .log-entry__icon__overlay{ class: class_for_log_icon(action_log) }
  14. .log-entry__extras
  15. = log_extra_attributes relevant_log_changes(action_log)