Skip to content

Commit

Permalink
Redesigning of the search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
divyabaid16 committed Mar 18, 2019
1 parent 9e7c977 commit b04c7d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/tag/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<% end %>

<p><%= t('tag.index.browse_popular_tags') %></p>
<br>
<form id="tagform" class="form-horizontal" method="GET" action="/tag/" style="width: 270px;">
<br/>
<form id="tagform" class="form-horizontal" method="GET" action="/tag/">
<div class="input-group">
<input type="search" tabindex="1" autocomplete="off" id="taginput" name="id" type="text" placeholder="Search for topics" data-provide="typeahead" class="form-control" required="required" />
<span class="input-group-btn" >
Expand Down

0 comments on commit b04c7d1

Please sign in to comment.