Browse Source

navbar logo sref

master
Robin Thoni 9 years ago
parent
commit
8fda8f3ca9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/views/navbar.html

+ 1
- 1
app/views/navbar.html View File

9
                 <span class="icon-bar"></span>
9
                 <span class="icon-bar"></span>
10
                 <span class="icon-bar"></span>
10
                 <span class="icon-bar"></span>
11
             </button>
11
             </button>
12
-            <a class="navbar-brand" ui-sref="home">App</a>
12
+            <a class="navbar-brand" ui-sref="login">App</a>
13
         </div>
13
         </div>
14
         <!-- Collect the nav links, forms, and other content for toggling -->
14
         <!-- Collect the nav links, forms, and other content for toggling -->
15
         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
15
         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">

Loading…
Cancel
Save