Replace logout link by a dropdown menu
This commit is contained in:
@@ -50,22 +50,6 @@ class User extends \Kanboard\Core\Base
|
||||
return $this->userSession->getId();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get user profile
|
||||
*
|
||||
* @access public
|
||||
* @return string
|
||||
*/
|
||||
public function getProfileLink()
|
||||
{
|
||||
return $this->helper->url->link(
|
||||
$this->helper->e($this->getFullname()),
|
||||
'user',
|
||||
'show',
|
||||
array('user_id' => $this->userSession->getId())
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if the given user_id is the connected user
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user