Skip to content

Commit

Permalink
Fixed topbar for Bootstrap 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RyannosaurusRex committed Apr 6, 2012
1 parent 3a8842f commit 7db146a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ShoelaceMVC-Project/ShoelaceMVC/Views/Shared/_Topbar.cshtml
@@ -1,6 +1,6 @@
<!-- Topbar -->
<div class="topbar" >
<div class="topbar-inner">
<div class="navbar navbar-fixed-top" >
<div class="navbar-inner">
<div class="container">
<a class="brand" href="/"> ShoelaceMVC</a>
<ul class="nav">
Expand All @@ -9,7 +9,7 @@
<li @if (ViewBag.NavActive == "About")
{<text>class="active"</text>}>@Html.ActionLink("About", "About", "Home")</li>
</ul>
<ul class="nav secondary-nav">@if(Request.IsAuthenticated) {<li style="padding-top:5px">@Microsoft.Web.Helpers.Gravatar.GetHtml( ShoelaceMVC.Membership.CodeFirstSecurity.GetUserEmail(User.Identity.Name), 30)</li>
<ul class="nav pull-right">@if(Request.IsAuthenticated) {<li style="padding-top:5px">@Microsoft.Web.Helpers.Gravatar.GetHtml( ShoelaceMVC.Membership.CodeFirstSecurity.GetUserEmail(User.Identity.Name), 30)</li>
<li class="dropdown" data-dropdown="dropdown">
<a class="dropdown-toggle" href="#">@User.Identity.Name</a>
<ul class="dropdown-menu">
Expand Down

0 comments on commit 7db146a

Please sign in to comment.