Files
growstuff/app/views/notifications/_notification.html.haml
2017-02-13 07:34:13 +13:00

14 lines
272 B
Plaintext

%p
From
= link_to notification.sender, notification.sender
on
= notification.created_at
- if notification.post_id
in response to:
= link_to notification.post.subject, notification.post
.well
:growstuff_markdown
#{ strip_tags(notification.body) }