github.com/justinjmoses/evergreen@v0.0.0-20170530173719-1d50e381ff0d/public/static/partials/distroevent.html (about) 1 <div class="eventlog"> 2 <div class="timestamp">[[e.timestamp | convertDateToUserTimezone:userTz:'MMM D, YYYY h:mm:ss a']]</div> 3 <div class="event_details"> 4 <div ng-switch="e.event_type"> 5 <span ng-switch-when="DISTRO_ADDED"> Created by [[e.data.u_id]]</span> 6 <span ng-switch-when="DISTRO_MODIFIED"> Modified by [[e.data.u_id]]</span> 7 <span ng-switch-when="DISTRO_REMOVED"> Removed by [[e.data.u_id]]</span> 8 </div> 9 </div> 10 <div class="clearfix"></div> 11 <pre ng-hide="e.event_type=='DISTRO_REMOVED'"> [[e.data.dstr | pretty]] </pre> 12 </div>