Skip to content

Commit

Permalink
don't link to retry log when showing a queue for multiple repositorie…
Browse files Browse the repository at this point in the history
…s, as retry log currently can't handle that

fixes rust-lang#157
  • Loading branch information
Skgland committed Feb 18, 2022
1 parent e0bdf18 commit 0564d5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homu/html/queue.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@ <h1>Homu queue - {% if repo_url %}<a href="{{repo_url}}" target="_blank">{{repo_
</tbody>
</table>

{% if not multiple %}
<p><a href="../retry_log/{{repo_label}}">Open retry log</a></p>
{% endif %}

<script src="../assets/jquery.min.js"></script>
<script src="../assets/jquery.dataTables.min.js"></script>
Expand Down

0 comments on commit 0564d5b

Please sign in to comment.