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/components/notifications.html

5 lines
206 B

<div class="notification-box--wrapper">
<div class="notification-box--casing">
<notification-box data-content="notification" data-ng-repeat="notification in stack"></notification-box>
</div>
</div>