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 d685b8d commit 23730e6Copy full SHA for 23730e6
homu/html/queue.html
@@ -207,7 +207,9 @@ <h1>Homu queue - {% if repo_url %}<a href="{{repo_url}}" target="_blank">{{repo_
207
</tbody>
208
</table>
209
210
+ {% if not multiple %}
211
<p><a href="../retry_log/{{repo_label}}">Open retry log</a></p>
212
+ {% endif %}
213
214
<script src="../assets/jquery.min.js"></script>
215
<script src="../assets/jquery.dataTables.min.js"></script>
0 commit comments