Change status controller and template

This commit is contained in:
manzerbredes 2016-01-31 13:34:43 +01:00
parent 81696200b0
commit 6905bacd58
3 changed files with 4 additions and 4 deletions

View file

@ -10,6 +10,6 @@ identity.fetchStatus = function(){
// TODO
return new Array("1", "user1", "25/02/2016");
return new Array("0", "user1", "25/02/2016");
}