mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-24 09:43:24 -04:00
14 lines
272 B
Plaintext
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) }
|