From 22136559e9b93067185fa8a7a76f92fd323b71e1 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 22 2016 12:56:40 +0000 Subject: A div should start with a div tags -- fixes the list of commits view --- diff --git a/pagure/templates/commits.html b/pagure/templates/commits.html index f45ae34..55e5614 100644 --- a/pagure/templates/commits.html +++ b/pagure/templates/commits.html @@ -121,12 +121,7 @@
{% for commit in last_commits %} - {% if diff_commits and commit.oid.hex in diff_commits %}