Files
DiceCloud/rpg-docs/packages/polymer-1.12.3/lib/at_oauth.html
Stefan Zermatten 8b3f11603a Update Meteor to 1.2
This requires local copies of packages that are broken or not Polymer 0.5
2015-10-03 22:38:25 +02:00

8 lines
169 B
HTML

<template name="atOauth">
<div class="at-oauth" horizontal center-justified layout>
{{#each oauthService}}
{{> atSocial}}
{{/each}}
</div>
</template>