Skip to content

Commit 60c56d1

Browse files
committed
Nice formatting on crop descriptions
1 parent 108a205 commit 60c56d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/crops/_info.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- else
2323
Nobody is growing this yet. You could be the first!
2424
- if @crop.description.present?
25-
%p= @crop.description
25+
%p= simple_format @crop.description
2626
.col-md-3
2727
= image_tag crop_image_path(@crop),
2828
class: 'img-responsive shadow rounded crop-hero-photo', alt: 'photo of crop'

0 commit comments

Comments
 (0)