[mod] add link to job url in job page

This commit is contained in:
Laurent Peuch 2018-11-05 02:07:51 +01:00
parent a168a113d8
commit 43f6b31fda

View file

@ -6,6 +6,7 @@
<h1 class="title">
<span v-if="!job.deleted">Job '{{job.name}}'</span>
<span v-if="job.deleted"><s>Job '{{job.name}}'</s> DELETED</span>
<a target="_blank" v-bind:href="job.url_or_path"></a>
</h1>
<div style="margin-bottom: 15px" v-if="!job.deleted">