Renamed custom useraccount-polymer package to be more obvious

This commit is contained in:
Stefan Zermatten
2015-10-05 08:34:43 +02:00
parent 1fc76fa50d
commit 9f323738bf
54 changed files with 0 additions and 499 deletions

View File

@@ -0,0 +1,7 @@
<template name="atError">
<div class="at-error" horizontal center-justified layout>
{{#each error}}
<p>{{errorText}}</p>
{{/each}}
</div>
</template>