Files
growstuff/app/views/notifications/show.html.haml
2017-02-07 14:33:20 +13:00

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'