mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 08:31:39 -04:00
lk | adds search bar to header
This commit is contained in:
@@ -2,10 +2,6 @@
|
||||
%h1 Bike & Client Tracker
|
||||
%br
|
||||
%h2 Bikes
|
||||
= form_tag("bikes/search", method: "get", class: "form-inline") do
|
||||
= label_tag(:log_number, "Search by log number:")
|
||||
= text_field_tag :log_number, "", class: "form-control"
|
||||
= submit_tag("Search", class: "btn btn-default")
|
||||
%br
|
||||
= link_to "Log Bikes", new_bike_path
|
||||
%br
|
||||
|
||||
Reference in New Issue
Block a user