structure form typo

This commit is contained in:
2019-09-08 04:49:28 -05:00
parent fba2459052
commit 80052803cc

View File

@@ -74,7 +74,7 @@
<a class="nav-link dropdown-toggle" href="#" id="navbarDropDownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Structures</a>
<div class="dropdown-menu" aria-labelledby="navbarDropDownMenuLink">
@if(auth()->user()->hasPermission('fc.team'))
<a class="dropdown-item" href="/structrues/display/requests">Display Requests</a>
<a class="dropdown-item" href="/structures/display/requests">Display Requests</a>
@endif
<a class="dropdown-item" href="/structures/display/form">Request Form</a>
</div>