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/templates/layout/menu_item.html

10 lines
238 B

<li>
<a ng-href="{{path}}"
class="icon2 icon-pin ellipsis"
object-id="objectId"
ng-class="[type, normalizedTitle]"
data-ui-route=""
lang="{{lang || 'en'}}"
title="{{title}}"
ng-bind="title"></a>
</li>