mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -08:00
Removed unneeded concat
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
aeb8dfb07d
commit
590cb6a15b
|
@ -346,8 +346,7 @@ class UserPresenter extends Presenter
|
||||||
public function emailLink()
|
public function emailLink()
|
||||||
{
|
{
|
||||||
if ($this->email) {
|
if ($this->email) {
|
||||||
return '<a href="mailto:'.$this->email.'">'.$this->email.'</a>'
|
return '<a href="mailto:'.$this->email.'">'.$this->email.'</a><a href="mailto:'.$this->email.'" class="hidden-xs hidden-sm"><i class="far fa-envelope"></i></a>';
|
||||||
.'<a href="mailto:'.$this->email.'" class="hidden-xs hidden-sm"><i class="far fa-envelope"></i></a>';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return '';
|
return '';
|
||||||
|
|
Loading…
Reference in a new issue