Reorg elements to work with newer polymer.
This commit is contained in:
parent
fbe2c92901
commit
798014db1c
@ -23,12 +23,14 @@
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<template repeat="{{box in boxes}}">
|
<template repeat="{{box in boxes}}">
|
||||||
|
<paper-item icon="folder">
|
||||||
<a href="#{{box.name}}" target="_self">
|
<a href="#{{box.name}}" target="_self">
|
||||||
<paper-item icon="folder" horizontal layout>
|
<div horizontal layout>
|
||||||
<div flex>{{box.name}}</div>
|
<div flex>{{box.name}}</div>
|
||||||
<div end>{{box.count}}</div>
|
<div end>{{box.count}}</div>
|
||||||
</paper-item>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
</paper-item>
|
||||||
</template>
|
</template>
|
||||||
</template>
|
</template>
|
||||||
</polymer-element>
|
</polymer-element>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user