summaryrefslogtreecommitdiffhomepage
path: root/recent.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'recent.tmpl')
-rw-r--r--recent.tmpl11
1 files changed, 7 insertions, 4 deletions
diff --git a/recent.tmpl b/recent.tmpl
index 6d20a8c..8311636 100644
--- a/recent.tmpl
+++ b/recent.tmpl
@@ -14,11 +14,14 @@
<h2>Recent</h2>
{{range .}}
<div class="recent-item">
- <header>
+ <div class="header left-right">
<a href="/view/{{.Id}}">{{.Name}}</a>
- <span class="last-modified">{{.LastModified.Format "January 02, 2006 15:04 UTC"}}</span>
- </header>
- <span class="id">{{.Id}}</span>
+ <span>{{.StartTime.Format "January 02, 2006 15:04 UTC"}}</span>
+ </div>
+ <div class="details left-right">
+ <span class="id">{{.Id}}</span>
+ <span>Last updated on {{.StartTime.Format "January 02, 2006 15:04 UTC"}}</span>
+ </div>
</div>
{{end}}
<h2>About</h2>