diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-06-15 18:42:48 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-06-15 18:42:48 +0200 |
commit | b71c6c0e5b8dd00d44e40ac0551902a23cbe19d5 (patch) | |
tree | 55dc40918dc3adb2171dd9f9bc4cfe92f9f5e769 /templates/gititemlog.qtpl | |
parent | d2c4023832e26d3fe3f77c9fa8581588ea812cc2 (diff) | |
download | cerrado-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.qtpl | 4 |
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> |