Skip to content

Commit

Permalink
Header.ejs'e search bar eklendi
Browse files Browse the repository at this point in the history
  • Loading branch information
kaansonmezoz committed Apr 20, 2018
1 parent 2d58ea4 commit bf50ad5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions views/partials/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="nav justify-content-center ml-auto">
<li class="nav-item">
<form class="form-inline">
<input class="form-control ds-input mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn my-2 my-sm-0" type="submit">Search</button>
</form>
</li>>
</ul>>
<ul class="navbar-nav ml-auto">
<% if(typeof session === 'undefined') { %>
<li class="nav-item <%= (page === 'login') ? 'active' : '' %>">
Expand Down

0 comments on commit bf50ad5

Please sign in to comment.