aboutsummaryrefslogtreecommitdiff
path: root/templates/gititemlog.qtpl
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2024-06-15 18:42:48 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2024-06-15 18:42:48 +0200
commitb71c6c0e5b8dd00d44e40ac0551902a23cbe19d5 (patch)
tree55dc40918dc3adb2171dd9f9bc4cfe92f9f5e769 /templates/gititemlog.qtpl
parentd2c4023832e26d3fe3f77c9fa8581588ea812cc2 (diff)
downloadcerrado-b71c6c0e5b8dd00d44e40ac0551902a23cbe19d5.tar.gz
cerrado-b71c6c0e5b8dd00d44e40ac0551902a23cbe19d5.tar.bz2
cerrado-b71c6c0e5b8dd00d44e40ac0551902a23cbe19d5.zip
feat: Add summary page
Diffstat (limited to 'templates/gititemlog.qtpl')
-rw-r--r--templates/gititemlog.qtpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/gititemlog.qtpl b/templates/gititemlog.qtpl
index 1af05ca..a28e7ad 100644
--- a/templates/gititemlog.qtpl
+++ b/templates/gititemlog.qtpl
@@ -9,9 +9,9 @@ type GitItemLogPage struct {
{% func (g *GitItemLogPage) Nav(name, ref string) %}{%= GitItemNav(name, ref, Log) %}{% endfunc %}
{% func (g *GitItemLogPage) GitContent(name, ref string) %}
-<div class="logs">
+<div class="event-list">
{% for _, c := range g.Commits %}
- <div class="row">
+ <div class="row event">
<div class="col-xxl-2">
{%s TimeFormat(c.Committer.When) %}
</div>