From 2cfcfffcccb48579f97321c850b751db22fa2e99 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Thu, 16 May 2019 21:53:46 +1200 Subject: [PATCH] tidy up sciname display on crops#show --- app/views/crops/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/crops/show.html.haml b/app/views/crops/show.html.haml index 912e00047..e99100022 100644 --- a/app/views/crops/show.html.haml +++ b/app/views/crops/show.html.haml @@ -81,7 +81,7 @@ = @crop.name is a variety of = link_to @crop.parent, @crop.parent - .list-group + .list-group.list-group-flush .list-group-item.list-group-flush.d-flex.justify-content-between.align-items-center = link_to crop_plantings_path(@crop), class: 'card-link' do = planting_icon