This commit is contained in:
2017-02-08 21:37:03 +01:00
parent 0bfe96366b
commit 394550badc

View File

@ -10,8 +10,8 @@
@SR["Hello"] @User.GetUserName()!</a>
</li>
<li>
<button type="submit" class="btn btn-link navbar-btn navbar-link" >@SR["Logout"]</button>
<input type="hidden" name="ReturnUrl" value="@Url.Action()" />
<button type="submit" class="btn navbar-btn" >@SR["Logout"]</button>
<input type="hidden" name="ReturnUrl" value="@Url.Action()" />
</li>
</ul>
</form>