From c7272150a4d2f8847cc3e679a24bfc7259bca415 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 23 Aug 2020 09:38:51 -0400 Subject: [PATCH] blob: correct whitespace in links --- gitsrht/templates/blob.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gitsrht/templates/blob.html b/gitsrht/templates/blob.html index 8ede517..440cee8 100644 --- a/gitsrht/templates/blob.html +++ b/gitsrht/templates/blob.html @@ -32,16 +32,14 @@ pre, body { - View raw - + repo=repo.name, ref=ref, path=path_join(*path))}}" + >View raw {% if not blob.is_binary %} - Blame - + repo=repo.name, ref=ref, path=path_join(*path))}}" + >Blame {% endif %} -- 2.38.4