hyperlinks ¬ liveflow buttons
This commit is contained in:
parent
152276f9ed
commit
8c00771db9
1 changed files with 3 additions and 2 deletions
|
|
@ -15,8 +15,9 @@
|
|||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a asp-controller="Bug" asp-action="Index">Bugs</a></li>
|
||||
<li><a asp-controller="Bug" asp-action="Index">Bugs</a></li>
|
||||
<li><a asp-controller="Feature" asp-action="Index">Features</a></li>
|
||||
<li><a asp-controller="HyperLink" asp-action="Index">@SR["HyperLink"]</a></li>
|
||||
<li><a asp-controller="LiveFlow" asp-action="Index">@SR["LiveFlow"]</a></li>
|
||||
<li><a asp-controller="Feature" asp-action="Index">@SR["Features"]</a></li>
|
||||
</ul>
|
||||
@if (User.IsInRole(Constants.AdminGroupName)) {
|
||||
<li class="dropdown">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue