We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108a205 commit 60c56d1Copy full SHA for 60c56d1
app/views/crops/_info.haml
@@ -22,7 +22,7 @@
22
- else
23
Nobody is growing this yet. You could be the first!
24
- if @crop.description.present?
25
- %p= @crop.description
+ %p= simple_format @crop.description
26
.col-md-3
27
= image_tag crop_image_path(@crop),
28
class: 'img-responsive shadow rounded crop-hero-photo', alt: 'photo of crop'
0 commit comments