diff options
| author | horus_arch | 2015-03-19 13:39:37 +0100 |
|---|---|---|
| committer | horus_arch | 2015-03-19 13:39:37 +0100 |
| commit | f334c93c0364d14a2b55641b155ad58f715a4b39 (patch) | |
| tree | 63ffbfc845f441802bd59c07adf2d9fe2f86c4bc /app/views/navbar.html | |
| parent | 3c9bdbc66998075278f7d79fa10709e7fab5deb6 (diff) | |
| download | freemail-f334c93c0364d14a2b55641b155ad58f715a4b39.tar.gz | |
Rewriting from scratch.
Diffstat (limited to 'app/views/navbar.html')
| -rw-r--r-- | app/views/navbar.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/app/views/navbar.html b/app/views/navbar.html deleted file mode 100644 index 2e45d0a..0000000 --- a/app/views/navbar.html +++ /dev/null @@ -1,23 +0,0 @@ -<nav class="navbar navbar-default navbar-custom" role="navigation"> - <div class="container"> - <div class="navbar-header"> - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbarCollapse"> - <span class="sr-only">Toggle navigation</span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - </button> - <a class="navbar-brand" href="/"><span class="glyphicon glyphicon-home"></span> Home</a> - </div> - <div class="collapse navbar-collapse" id="navbarCollapse"> - <ul class="nav navbar-nav navbar-bar-left"> - <li> - <a href="#" >About</a> - </li> - <li> - <a href="#" >About</a> - </li> - </ul> - </div> - </div> -</nav> |
