We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09016ab commit 82b643bCopy full SHA for 82b643b
webapp/templates/jury/menu.html.twig
@@ -24,7 +24,7 @@
24
<a class="dropdown-item" href="{{ path('jury_judgehosts') }}" id="menu_judgehosts">
25
<i class="fas fa-server fa-fw"></i> judgehosts <span class="badge badge-warning" id="num-alerts-judgehosts-sub"></span>
26
</a>
27
- <a class="dropdown-item disabled" href="{{ path('jury_internal_errors') }}" id="menu_internal_error">
+ <a class="dropdown-item dropdown-disabled" href="{{ path('jury_internal_errors') }}" id="menu_internal_error">
28
<i class="fas fa-bolt fa-fw"></i> internal error <span class="badge badge-danger" id="num-alerts-internalerrors-sub"></span>
29
30
</div>
0 commit comments