Skip to content

Commit 8c55b26

Browse files
committed
add commit date to file history viewer
1 parent 55d41d9 commit 8c55b26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/history-viewer.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<i class="octicon octicon-git-commit"></i>&nbsp;<span class="selectable-text">{{commit.hashShort}}</span>
1919
<a href="#" class="git-extend-sha">&hellip;</a>
2020
</span>
21+
<span class="commit-time">
22+
<i class="octicon octicon-calendar"></i>&nbsp;<span class="selectable-text">{{commit.date}}</span>
23+
</span>
2124
<div class="actions">
2225
{{#enableAdvancedFeatures}}
2326
<button class="git-advanced-features btn-checkout btn" title="{{Strings.TOOLTIP_CHECKOUT_COMMIT}}">{{Strings.BUTTON_CHECKOUT_COMMIT}}</button>

0 commit comments

Comments
 (0)