From dc8383991e56739086b4bfa5e0ad3b0a62a487f0 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 22 Sep 2018 13:57:29 -0400 Subject: [PATCH] Add clearfix after header commit on tree/blob view --- gitsrht/templates/blob.html | 1 + gitsrht/templates/tree.html | 1 + 2 files changed, 2 insertions(+) diff --git a/gitsrht/templates/blob.html b/gitsrht/templates/blob.html index 614a940..0e1f65b 100644 --- a/gitsrht/templates/blob.html +++ b/gitsrht/templates/blob.html @@ -40,6 +40,7 @@ {{ commit_time(commit) | date }} +
diff --git a/gitsrht/templates/tree.html b/gitsrht/templates/tree.html index 8dfadb5..86537d5 100644 --- a/gitsrht/templates/tree.html +++ b/gitsrht/templates/tree.html @@ -22,6 +22,7 @@ {{ commit_time(commit) | date }}
+
-- 2.38.4