Skip to content

Commit

Permalink
Naming (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Jul 17, 2024
1 parent 97f662c commit b2cb4df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion templates/components/navbar.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a class="nav-link" href="/">View targets</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/results?task_filter=interesting">View results</a>
<a class="nav-link" href="/results?task_filter=interesting">View raw task results</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/export">Export reports</a>
Expand Down
10 changes: 5 additions & 5 deletions templates/task_list.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
{% block main %}
<h1>{{ title }}</h1>

<h4>Tasks</h4>
<h4>Raw task results</h4>
<div class="alert alert-info mt-3">
{% include "components/generating_reports_hint.jinja2" %}
</div>

<p>
<a
href="?task_filter=interesting"
Expand All @@ -26,10 +30,6 @@
</tr>
</thead>
</table>

<div class="alert alert-info mt-3">
{% include "components/generating_reports_hint.jinja2" %}
</div>
{% endblock %}

{% block scripts %}
Expand Down

0 comments on commit b2cb4df

Please sign in to comment.