aboutsummaryrefslogtreecommitdiffstats
path: root/html/tip-template.html
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-07 23:47:18 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-08 02:10:24 +0000
commit2c55a2e586e8bfbc602ae65b6a8d68253d11e09c (patch)
treec1abbb50f54c1ea4b99ef528acc5c0d13967cbc9 /html/tip-template.html
parente642a233cea4ea4dae447da5115763d9582464b2 (diff)
downloadgit-deps-2c55a2e586e8bfbc602ae65b6a8d68253d11e09c.tar.gz
improve commit tip
Diffstat (limited to 'html/tip-template.html')
-rw-r--r--html/tip-template.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/html/tip-template.html b/html/tip-template.html
new file mode 100644
index 0000000..1362574
--- /dev/null
+++ b/html/tip-template.html
@@ -0,0 +1,11 @@
+<div id="fragment">
+ <p class="commit-title" />
+ <div class="commit-meta">
+ <span class="commit-author"></span>
+ authored on
+ <time class="commit-time" is="relative-time" />
+ </div>
+ <div class="commit-body">
+ <pre />
+ </div>
+</div>