Initial commit
This commit is contained in:
10
app/plugins/notes/views/nav/topTabs.html
Normal file
10
app/plugins/notes/views/nav/topTabs.html
Normal file
@ -0,0 +1,10 @@
|
||||
<ul class="nav nav-tabs">
|
||||
<li><a href="{ROOT_URL}notes/byNotebook/{notebookID}">All Notes</a></li>
|
||||
<li><a href="{ROOT_URL}notes/editNotebook/{notebookID}">Notebook</a></li>
|
||||
<li class="pull-right dropdown">
|
||||
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Notebooks <span class="caret"></span>
|
||||
</button>
|
||||
{notebookDropdown}
|
||||
</li>
|
||||
</ul>
|
Reference in New Issue
Block a user