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