all user may inform a bug or feature
This commit is contained in:
@ -9,6 +9,14 @@
|
||||
@Component.Invoke("Avatar", User.GetUserId(), ".xs")
|
||||
</a>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||
Plateforme <span class="caret"></span>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a asp-controller="Bug" asp-action="Index">Bugs</a></li>
|
||||
<li><a asp-controller="Feature" asp-action="Index">Features</a></li>
|
||||
</ul>
|
||||
@if (User.IsInRole(Constants.AdminGroupName)) {
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||
@ -21,8 +29,6 @@
|
||||
<li><a asp-controller="Notifications" asp-action="Index">Notifications</a></li>
|
||||
<li><a asp-controller="SIRENExceptions" asp-action="Index">Excéptions au numéro de SIREN</a></li>
|
||||
<li><a asp-controller="Client" asp-action="Index">Accès API</a></li>
|
||||
<li><a asp-controller="Bug" asp-action="Index">Bugs</a></li>
|
||||
<li><a asp-controller="Feature" asp-action="Index">Features</a></li>
|
||||
</ul>
|
||||
</li>}
|
||||
|
||||
|
Reference in New Issue
Block a user