mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-03-31 02:49:11 +02:00
feat(#200): save the commit date of the anonymized commit
This commit is contained in:
@@ -3,7 +3,12 @@
|
||||
<div class="leftCol shadow p-1 overflow-auto" ng-show="files">
|
||||
<tree class="files" file="files"></tree>
|
||||
<div class="bottom column">
|
||||
<div class="last-update">
|
||||
<div
|
||||
class="last-update"
|
||||
data-toggle="tooltip"
|
||||
data-placement="top"
|
||||
title="{{options.lastUpdateDate}}"
|
||||
>
|
||||
Last Update: {{options.lastUpdateDate|date}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user