mirror of
https://github.com/arnaucube/commonroutesLandingPage.git
synced 2026-02-07 03:16:44 +01:00
added webapp to view travels
This commit is contained in:
11
app/views/navbar.html
Executable file
11
app/views/navbar.html
Executable file
@@ -0,0 +1,11 @@
|
||||
<div ng-controller="NavbarCtrl">
|
||||
<div class="navbar c_grey700">
|
||||
<div class="container-fluid">
|
||||
<div class="navbar-header">
|
||||
<a class="navbar-brand" href="/">CommonRoutes</a>
|
||||
<a class="navbar-brand">|</a>
|
||||
<a class="navbar-brand" href="/app/#!/travels">Travels</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user