From 4f7f3c5de13e88209e0fe24fb264022daf0f37d7 Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Thu, 9 Oct 2014 16:14:20 +0200 Subject: [PATCH] reorganize a little --- client/client.coffee | 2 +- client/templates.html | 71 +++++++++++++++++++++++-------------------- 2 files changed, 39 insertions(+), 34 deletions(-) diff --git a/client/client.coffee b/client/client.coffee index eb944eb..553e26c 100644 --- a/client/client.coffee +++ b/client/client.coffee @@ -92,7 +92,7 @@ errCallback = (err) -> notify title: err.code or 'Error', msg: err.reason, type: 'error' else notify title: 'Error', msg: err, type: 'error' -Template.layout.notHome = -> Router.current().route.name isnt 'home' +Template.magicIcon.notHome = -> Router.current().route.name isnt 'home' Template.layout.showSpinner = -> Meteor.status().connected is yes Template.home.events 'click #twitter-login': -> diff --git a/client/templates.html b/client/templates.html index c766dee..b35912f 100644 --- a/client/templates.html +++ b/client/templates.html @@ -12,48 +12,51 @@ + + +