mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 13:07:34 +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())
|
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">
|
<ul class="dropdown-menu">
|
||||||
<li class="dropdown-header">Topic status</li>
|
<li class="dropdown-header">Topic status</li>
|
||||||
<li><a href="@Url.Action("StickyTopic", "Moderator", new { id = Model.Id })">
|
<li><a href="@Url.Action("StickyTopic", "Moderator", new { id = Model.Id })">
|
||||||
|
|
Loading…
Add table
Reference in a new issue