Misc cleanup
This commit is contained in:
parent
798014db1c
commit
56547e4b09
@ -1,10 +1,8 @@
|
|||||||
|
<link rel="import" href="../bower_components/polymer/polymer.html">
|
||||||
<link rel="import" href="../bower_components/core-ajax/core-ajax.html">
|
<link rel="import" href="../bower_components/core-ajax/core-ajax.html">
|
||||||
<link rel="import" href="../bower_components/core-header-panel/core-header-panel.html">
|
<link rel="import" href="../bower_components/core-header-panel/core-header-panel.html">
|
||||||
|
|
||||||
<link rel="import" href="../bower_components/paper-fab/paper-fab.html">
|
<link rel="import" href="../bower_components/paper-fab/paper-fab.html">
|
||||||
|
|
||||||
<link rel="import" href="../bower_components/polymer/polymer.html">
|
|
||||||
|
|
||||||
<link rel="import" href="../elements/xinu-email-unread.html">
|
<link rel="import" href="../elements/xinu-email-unread.html">
|
||||||
|
|
||||||
<script src="../bower_components/moment/moment.js"></script>
|
<script src="../bower_components/moment/moment.js"></script>
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
<link rel="import" href="../bower_components/paper-item/paper-item.html">
|
|
||||||
|
|
||||||
<link rel="import" href="../bower_components/polymer/polymer.html">
|
<link rel="import" href="../bower_components/polymer/polymer.html">
|
||||||
|
<link rel="import" href="../bower_components/paper-item/paper-item.html">
|
||||||
|
|
||||||
<polymer-element name="xinu-email-unread" attributes="boxes" noscript>
|
<polymer-element name="xinu-email-unread" attributes="boxes" noscript>
|
||||||
<template>
|
<template>
|
||||||
@ -23,7 +22,7 @@
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<template repeat="{{box in boxes}}">
|
<template repeat="{{box in boxes}}">
|
||||||
<paper-item icon="folder">
|
<paper-item>
|
||||||
<a href="#{{box.name}}" target="_self">
|
<a href="#{{box.name}}" target="_self">
|
||||||
<div horizontal layout>
|
<div horizontal layout>
|
||||||
<div flex>{{box.name}}</div>
|
<div flex>{{box.name}}</div>
|
||||||
|
|||||||
@ -10,13 +10,10 @@
|
|||||||
|
|
||||||
<link rel="shortcut icon" href="/favicon.ico">
|
<link rel="shortcut icon" href="/favicon.ico">
|
||||||
|
|
||||||
<!-- 1. Load platform.js for polyfill support. -->
|
<!-- 1. Load platform support before any code that touches the DOM. -->
|
||||||
<script src="bower_components/platform-dev/platform.js"></script>
|
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
|
||||||
|
|
||||||
<!-- 2. Use an HTML Import to bring in the element. -->
|
<!-- 2. Use an HTML Import to bring in the element. -->
|
||||||
<link rel="import" href="bower_components/core-icon/core-icon.html">
|
|
||||||
<link rel="import" href="bower_components/core-icons/core-icons.html">
|
|
||||||
|
|
||||||
<link rel="import" href="bower_components/font-roboto/roboto.html">
|
<link rel="import" href="bower_components/font-roboto/roboto.html">
|
||||||
|
|
||||||
<link rel="import" href="elements/xinu-email-app.html">
|
<link rel="import" href="elements/xinu-email-app.html">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user