Page MenuHomec4science

accountButtons.html
No OneTemporary

File Metadata

Created
Mon, Sep 9, 02:34

accountButtons.html

<template name="entryAccountButtons">
{{#if currentUser}}
{{> signedInTemplate}}
{{else}}
{{#wrapLinksLi}}
<a href="{{pathFor 'entrySignIn'}}">{{{beforeSignIn}}}{{t9n "signIn"}}</a>
{{/wrapLinksLi}}
{{#unless wrapLinks}}
<span>or</span>
{{/unless}}
{{#if showCreateAccountLink}}
{{#wrapLinksLi}}
<a href="{{entrySignUp}}">{{{beforeSignUp}}}{{t9n "signUp"}}</a>
{{/wrapLinksLi}}
{{/if}}
{{/if}}
</template>

Event Timeline