Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F117719039
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
Sun, Jun 15, 11:05
Size
475 B
Mime Type
text/html
Expires
Tue, Jun 17, 11:05 (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