Fix tabulation error in haml

This commit is contained in:
Brenda Wallace
2019-06-14 10:13:02 +12:00
parent f8e9cd8fbf
commit 6e9207c2ed

View File

@@ -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