Revert "Change jobs list items into divs again"
This reverts commit c20134d8ae
.
This commit is contained in:
parent
81c6c7b9f8
commit
b3ff3e3481
|
@ -3,7 +3,7 @@
|
||||||
`import { languageConfigKeys } from 'travis/utils/keys-map';`
|
`import { languageConfigKeys } from 'travis/utils/keys-map';`
|
||||||
|
|
||||||
JobsItemComponent = Ember.Component.extend
|
JobsItemComponent = Ember.Component.extend
|
||||||
tagName: 'div'
|
tagName: 'li'
|
||||||
classNameBindings: ['job.state']
|
classNameBindings: ['job.state']
|
||||||
classNames: ['tile', 'tile--jobs', 'row']
|
classNames: ['tile', 'tile--jobs', 'row']
|
||||||
|
|
||||||
|
|
|
@ -12,8 +12,10 @@
|
||||||
</h2>
|
</h2>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
<ul>
|
||||||
{{#each job in jobs}}
|
{{#each job in jobs}}
|
||||||
{{jobs-item job=job}}
|
{{jobs-item job=job}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user