mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-28 19:51:57 -04:00
12 lines
406 B
Plaintext
12 lines
406 B
Plaintext
- if crop.pending?
|
|
.alert.alert-danger
|
|
%b This crop is currently pending approval.
|
|
%p This crop was requested by #{crop.requester} #{time_ago_in_words(crop.created_at)} ago.
|
|
- unless crop.request_notes.blank?
|
|
%p
|
|
Request notes: #{crop.request_notes}
|
|
|
|
- if crop.rejected?
|
|
.alert.alert-danger
|
|
%b This crop was rejected for the following reason: #{crop.rejection_explanation}
|