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"}}>
|
<ul {{bindAttr id="queue.id"}}>
|
||||||
{{#each job in queue}}
|
{{#each job in queue}}
|
||||||
{{#view Travis.QueueItemView jobBinding="job"}}
|
{{#view Travis.QueueItemView jobBinding="job"}}
|
||||||
<a {{action showJob job.repo job target="Travis.app.router" href=true}}>
|
|
||||||
<span class="slug">
|
{{#if job.repo.slug}}
|
||||||
{{job.repo.slug}}
|
<a {{action showJob job.repo job target="Travis.app.router" href=true}}>
|
||||||
</span>
|
<span class="slug">
|
||||||
#{{job.number}}
|
{{job.repo.slug}}
|
||||||
</a>
|
</span>
|
||||||
|
#{{job.number}}
|
||||||
|
</a>
|
||||||
|
{{/if}}
|
||||||
{{/view}}
|
{{/view}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{t no_job}}
|
{{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