Add typeahead to .typeahead classes and add New Project link
This commit is contained in:
parent
68353b56c8
commit
0cdfc9874e
1 changed files with 3 additions and 3 deletions
|
|
@ -25,9 +25,9 @@
|
|||
<div class="nav-collapse collapse navbar-responsive-collapse">
|
||||
<ul class="nav">
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Actions <b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="#">Action</a></li>
|
||||
<li><a href="/create-project">New Project</a></li>
|
||||
<li><a href="#">Another action</a></li>
|
||||
<li><a href="#">Something else here</a></li>
|
||||
<li class="divider"></li>
|
||||
|
|
@ -94,7 +94,7 @@
|
|||
{% block scripts %}{% endblock %}
|
||||
|
||||
<script type="text/javascript">
|
||||
$('#typeahead').typeahead({
|
||||
$('.typeahead').typeahead({
|
||||
source: function (query, process) {
|
||||
$.post(
|
||||
'/typeahead',
|
||||
|
|
|
|||
Loading…
Reference in a new issue