mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-24 08:52:14 -04:00
8 lines
246 B
Plaintext
8 lines
246 B
Plaintext
= content_for :title, @notification.subject
|
|
|
|
= render @notification
|
|
|
|
%p
|
|
= link_to 'Delete', @notification, method: :delete, data: { confirm: 'Are you sure?' }, class: 'btn btn-default'
|
|
= link_to 'Reply', @reply_link, class: 'btn btn-primary'
|