OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/frontend/app/components/common/help-texts/help-text.directive.html

7 lines
380 B

<accessible-by-keyboard execute="$ctrl.handleClick()"
ng-if="$ctrl.exists"
link-aria-label="{{ ::$ctrl.text.open_dialog }}"
link-class="icon help-text--entry help-text--for-{{ ::$ctrl.attribute }}">
<op-icon icon-classes="icon icon-help1"></op-icon>
{{ $ctrl.additionalLabel }}
</accessible-by-keyboard>