
After upgrading ember to 1.8.1 tests pass, but I found a few cases where things break (for example when navigating between certain routes). I'm reverting for now. This reverts commitfa5e9179af
, reversing changes made to978c887123
.
8 lines
180 B
Handlebars
8 lines
180 B
Handlebars
{{#if view.log.isLoaded}}
|
|
{{view Travis.PreView jobBinding="view.job" logBinding="view.log"}}
|
|
{{else}}
|
|
<div id="log" class="loading">
|
|
<span>Loading</span>
|
|
</div>
|
|
{{/if}}
|