mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
dropdown toggle
This commit is contained in:
parent
238ea8b462
commit
f1dda52d42
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
if (User.Identity.IsModerator())
|
||||
{
|
||||
<li class="dropdown"><a href="#" class="dropdown-toggle">Quick mod <span class="caret"></span></a>
|
||||
<li class="dropdown"><a data-toggle="dropdown" href="#" class="dropdown-toggle">Quick mod <span class="caret"></span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li class="dropdown-header">Topic status</li>
|
||||
<li><a href="@Url.Action("StickyTopic", "Moderator", new { id = Model.Id })">
|
||||
|
|
Loading…
Reference in a new issue