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 17, 2019
1 parent 9e7c977 commit 391a716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/tag/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<% end %>

<p><%= t('tag.index.browse_popular_tags') %></p>
<br>
<br/>
<form id="tagform" class="form-horizontal" method="GET" action="/tag/" style="width: 270px;">
<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" />
Expand Down

0 comments on commit 391a716

Please sign in to comment.