Files
growstuff/app/views/notifier_mailer/crop_request_rejected.html.haml
2020-08-26 12:36:58 +12:00

10 lines
236 B
Plaintext

%p
Hello #{@member.login_name},
%p
We're sorry, but your request for the new crop:
= link_to @crop.name, crop_url(@crop)
has been rejected for the following reason:
= @crop.rejection_explanation
= render partial: 'signature'