Files
ember-cli-dunlop/tests/dummy/app/templates/table-ordering/test1.emblem
T
2018-01-26 13:50:10 -03:00

14 lines
466 B
Plaintext

h1= model.length
= ordered-filtered-table content=model filters=filters settings=table_settings class='celled striped' as |tbl filter|
= tbl.head as |head|
= head.property key='name' as |property|
= property.title
= t property.key scope='attribtes.my_model'
= tbl.property as |property|
= property.header
= t 'attribtes.my_model.name'
= property.filter
= filter.input key='name'
= property.display
= property.name