diff --git a/app/views/crops/search.html.haml b/app/views/crops/search.html.haml index 8ae4119fd..c98029a0a 100644 --- a/app/views/crops/search.html.haml +++ b/app/views/crops/search.html.haml @@ -9,8 +9,8 @@ %h1 Crop search - content_for :breadcrumbs do - %li.breadcrumb-item= link_to 'Crops', crops_path - %li.breadcrumb-item.active= link_to 'Search', search_crops_path(term: @term) + %li.breadcrumb-item= link_to 'Crops', crops_path + %li.breadcrumb-item.active= link_to 'Search', search_crops_path(term: @term) %div = form_tag search_crops_path, method: :get, id: 'crop-search', class: 'form-inline' do