Skip to content

Commit

Permalink
close #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoica Vlad committed Jan 5, 2015
1 parent 01bdcb7 commit 471b44a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/styles/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
padding: 0px;
}
.transparentNavBar{
background-color:rgba(0,0,0,0.1);
@media (min-width: 769px){
background-color:rgba(0,0,0,0.1);
border-radius: 0px;
Expand Down
4 changes: 2 additions & 2 deletions app/views/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<li><a ng-click="user.logout()">Logout</a></li>
</ul>
</li>
<li class="mobileDropdown"><a href="#">Settings</a></li>
<li class="mobileDropdown"><a ng-click="user.logout()">Logout</a></li>
<li class="mobileDropdown" ng-show="user.isAuthenticated()"><a href="#">Settings</a></li>
<li class="mobileDropdown" ng-show="user.isAuthenticated()"><a ng-click="user.logout()">Logout</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 471b44a

Please sign in to comment.