mirror of
https://github.com/nextcloud/passman.git
synced 2025-10-11 14:06:07 +08:00
Add rel="nofollow noopener noreferrer" by EdOverflow
This commit is contained in:
parent
2538a31b14
commit
f18e4f60e9
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
|||
'</div>' +
|
||||
'<div class="tools">' +
|
||||
'<div class="cell" ng-if="toggle" tooltip="tggltxt" ng-click="toggleVisibility()"><i class="fa" ng-class="{\'fa-eye\': !valueVisible, \'fa-eye-slash\': valueVisible }"></i></div>' +
|
||||
'<div class="cell" ng-if="isLink"><a ng-href="{{value}}" target="_blank"><i tooltip="\'Open in new window\'" class="link fa fa-external-link"></i></a></div>' +
|
||||
'<div class="cell" ng-if="isLink"><a ng-href="{{value}}" target="_blank" rel="nofollow noopener noreferrer"><i tooltip="\'Open in new window\'" class="link fa fa-external-link"></i></a></div>' +
|
||||
'<div class="cell" ngclipboard-success="onSuccess(e);" ngclipboard-error="onError(e);" ngclipboard data-clipboard-text="{{value}}"><i tooltip="copy_msg" class="fa fa-clipboard"></i></div>' +
|
||||
'</div></span>',
|
||||
link: function (scope) {
|
||||
|
@ -90,4 +90,4 @@
|
|||
};
|
||||
}]);
|
||||
|
||||
}());
|
||||
}());
|
||||
|
|
Loading…
Add table
Reference in a new issue