We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d41d9 commit 8c55b26Copy full SHA for 8c55b26
templates/history-viewer.html
@@ -18,6 +18,9 @@
18
<i class="octicon octicon-git-commit"></i> <span class="selectable-text">{{commit.hashShort}}</span>
19
<a href="#" class="git-extend-sha">…</a>
20
</span>
21
+ <span class="commit-time">
22
+ <i class="octicon octicon-calendar"></i> <span class="selectable-text">{{commit.date}}</span>
23
+ </span>
24
<div class="actions">
25
{{#enableAdvancedFeatures}}
26
<button class="git-advanced-features btn-checkout btn" title="{{Strings.TOOLTIP_CHECKOUT_COMMIT}}">{{Strings.BUTTON_CHECKOUT_COMMIT}}</button>
0 commit comments