mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Updating the materialize library and calls.
This commit is contained in:
parent
a118bf38fc
commit
e44ef98be4
17 changed files with 10582 additions and 15529 deletions
|
|
@ -1,8 +1,10 @@
|
|||
<template name="MainLayout">
|
||||
{{> headerBar}}
|
||||
{{#if currentUser}}
|
||||
{{> Template.dynamic template=main}}
|
||||
{{else}}
|
||||
{{> Template.dynamic template=notLoggedIn}}
|
||||
{{#if Template.subscriptionsReady}}
|
||||
{{> headerBar}}
|
||||
{{#if currentUser}}
|
||||
{{> Template.dynamic template=main}}
|
||||
{{else}}
|
||||
{{> Template.dynamic template=notLoggedIn}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue