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

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

  .event-title
    - author_name = capture do
      %span.author_name= link_to_author(event)
    = s_('Profiles|%{author_name} made a private contribution').html_safe % { author_name: author_name }