Minor css fixes
This commit is contained in:
parent
0c18d7f5a5
commit
1347bf5ef5
@ -0,0 +1,3 @@
|
|||||||
|
<template name="mProfile">
|
||||||
|
|
||||||
|
</template>
|
||||||
@ -31,7 +31,8 @@ Router.route('/', {
|
|||||||
} else {
|
} else {
|
||||||
Session.set("user", Meteor.user().profile);
|
Session.set("user", Meteor.user().profile);
|
||||||
if(Meteor.Device.isPhone()) {
|
if(Meteor.Device.isPhone()) {
|
||||||
this.render("mobile");
|
//this.render("mobile");
|
||||||
|
this.render("mProfile");
|
||||||
} else {
|
} else {
|
||||||
this.render("main");
|
this.render("main");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user