aboutsummaryrefslogtreecommitdiff
path: root/templates/gititemlog.qtpl
diff options
context:
space:
mode:
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>