Try from Github release pageBootstrap Skin (Bootstrap.0.7.255)
<ul class="nav pull-right">
<li class="dropdown @if (Request.RawUrl.Contains("/Settings")) { <text>active</text> }" >
<a href="/" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-user icon-white"></i> @Html.Raw(Context.User.Identity.Name) <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href='@Url.Action("Index", "Settings")'><i class="icon-wrench"></i> @UIStrings.Settings</a></li>
<li><a href='@Url.Action("LogOff", "Account")'><i class="icon-off"></i> @UIStrings.LogOff</a></li>
</ul>
</li>
</ul>
skin
I can make a separate repository for the skin and you can make a PR for other people.I have resolved this issue by replacing the href="#" to href="/" in the file '_Layout.cshtml' in the folder 'Shared'