Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F117330514
accountButtons.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jun 13, 01:31
Size
475 B
Mime Type
text/html
Expires
Sun, Jun 15, 01:31 (2 d)
Engine
blob
Format
Raw Data
Handle
26749491
Attached To
R7177 epiph
accountButtons.html
View Options
<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
Log In to Comment