summaryrefslogtreecommitdiff
path: root/app/views/events/event/_private.html.haml
blob: d91f30c07cb6b60fc3b8460ac98a77b0927bb45f (plain)
1
2
3
4
5
6
7
8
9
10
11
.event-item
  .event-item-timestamp
    = time_ago_with_tooltip(event.created_at)

  .system-note-image= sprite_icon('eye-slash', size: 24, css_class: 'icon')

  = event_user_info(event)

  .event-title.d-flex.flex-wrap
    = inline_event_icon(event)
    = s_('Profiles|Made a private contribution')