Bugfix: don't show the file controls when logged out
This commit is contained in:
parent
c749adfaf6
commit
74f635fcf6
1 changed files with 2 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue