diaspora/app/views/notifier/liked.html.haml
2022-07-16 04:34:07 +02:00

10 lines
308 B
Text

- if @notification.like_target.public?
%p
#{t('.liked', name: @notification.sender_name)}:
= post_message(@notification.like_target, html: true)
- else
%p
#{t('notifier.liked.limited_post', name: @notification.sender_name)}.
%p
= link_to t(".view_post"), post_url(@notification.like_target)