Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
{% block title %}{{ _("Job Queue") }}{% end block %}
{% block container %}
- <nav aria-label="{{ _("You are here:") }}" role="navigation">
- <ul class="breadcrumbs">
- <li>
- <a href="/">{{ _("Home") }}</a>
- </li>
- <li>
- <span class="show-for-sr">{{ _("Current") }}: </span> {{ _("Job Queue") }}
+ <nav class="breadcrumb" aria-label="breadcrumbs">
+ <ul>
+ <li class="is-active">
+ <a href="#" aria-current="page">
+ {{ _("Job Queue") }}
+ </a>
</li>
</ul>
</nav>
- <h1 class="text-center">
- {{ _("Job Queue") }}
- </h1>
+ <h1 class="title">{{ _("Job Queue") }}</h1>
{% module JobsList(queue) %}
{% end block %}