Skip to content

Commit acd5706

Browse files
committed
Added Style to Search Bar
1 parent e93d3e9 commit acd5706

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/views/shared/_products.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!-- Search Bar -->
22
<div class="input-group" id="adv-search">
33
<%= form_tag(root_url, :method => "get", id: "search-form") do %>
4-
<%= text_field_tag :search, params[:search], placeholder: "Search..." %>
5-
<%= submit_tag "Search" %>
4+
<%= text_field_tag :search, params[:search], placeholder: "Search..." , class: "form-control" %>
5+
<%= submit_tag "Search" , class: "form_submit" , type: "button"%>
66
<% end %>
77
<!-- <input type="text" class="form-control" placeholder="Search...."/>
88
<div class="input-group-btn">

0 commit comments

Comments
 (0)