Move unassign button to avatar menu

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-01-08 12:44:15 +01:00
parent 52ac77ea90
commit 403629c91a
6 changed files with 50 additions and 21 deletions

View File

@@ -32,6 +32,7 @@ app.directive('avatar', function() {
$(element).contactsMenu(value, 0, $(element).parent());
}
$(element).avatar(value, 32, false, false, false, attr.displayname);
}
},
controller: function () {}
};
});