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/timelines/timeline_column_data.html

16 lines
547 B

<span class="tl-historical" ng-if="historicalDataDiffers">
<span ng-bind="historicalData" class="historical-data"></span>
<a href="javascript://" title="{{labelTimelineChanged}}"
ng-class="[
'icon',
'tl-icon-' + (isDateColumn && historicalDateKind || 'changed'),
'icon-' + (isDateColumn && 'time' || 'arrow-left-right')
]"></a>
<br/>
</span>
<span ng-class="[
'tl-column',
isDateColumn && 'tl-current',
isDateColumn && historicalDataDiffers && 'tl-' + historicalDateKind
]" ng-bind="columnData"></span>