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

11 lines
336 B

<li>
<a ng-href="{{path}}"
object-id="objectId"
ng-class="[type, normalizedTitle]"
data-ui-route="{{ uiRouteStateName }}"
data-ui-route-params="{{ uiRouteParams }}"
data-ui-route=""
lang="{{lang || 'en'}}"
title="{{title}}">
<span class="menu-item--title ellipsis" ng-bind="title"></span>
</li>