mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-04-15 12:30:24 -04:00
Fix tabulation error in haml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user