mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-06-08 16:18:07 -04:00
10 lines
236 B
Plaintext
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'
|