Files
growstuff/app/views/notifications/_notification.html.haml
2015-05-27 11:56:24 +10:00

13 lines
271 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) }