Change jobs list items into divs again

This commit is contained in:
Piotr Sarnacki 2015-03-23 13:58:47 +01:00
parent 8be71f07f5
commit c20134d8ae
2 changed files with 1 additions and 3 deletions
app
components
templates/components

View File

@ -3,7 +3,7 @@
`import { languageConfigKeys } from 'travis/utils/keys-map';`
JobsItemComponent = Ember.Component.extend
tagName: 'li'
tagName: 'div'
classNameBindings: ['job.state']
classNames: ['tile', 'tile--jobs', 'row']

View File

@ -12,10 +12,8 @@
</h2>
{{/if}}
<ul>
{{#each job in jobs}}
{{jobs-item job=job}}
{{/each}}
</ul>
</section>
{{/if}}