Make sure that repo.slug is loaded for queue urls
This commit is contained in:
parent
0ac265a4a7
commit
a7faec7479
|
@ -5,12 +5,15 @@
|
|||
<ul {{bindAttr id="queue.id"}}>
|
||||
{{#each job in queue}}
|
||||
{{#view Travis.QueueItemView jobBinding="job"}}
|
||||
|
||||
{{#if job.repo.slug}}
|
||||
<a {{action showJob job.repo job target="Travis.app.router" href=true}}>
|
||||
<span class="slug">
|
||||
{{job.repo.slug}}
|
||||
</span>
|
||||
#{{job.number}}
|
||||
</a>
|
||||
{{/if}}
|
||||
{{/view}}
|
||||
{{else}}
|
||||
{{t no_job}}
|
||||
|
|
30776
public/scripts/app.js
30776
public/scripts/app.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
0a9ef10c
|
||||
12959e72
|
Loading…
Reference in New Issue
Block a user