Bugfix: don't show the file controls when logged out

This commit is contained in:
Reid 'arrdem' McKenzie 2023-06-03 19:13:43 -06:00
parent 3f51f451e9
commit ff82df954b

View file

@ -22,8 +22,10 @@
</div>
</div>
<div class="controls u-flex u-ml-auto">
{% if ctx.uid %}
{{ macros.duplicate_job(job.id) }}
{{ macros.cancel_job(job.id) }}
{% endif %}
</div>
</div>
{% endfor %}