aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/home.tmpl
diff options
context:
space:
mode:
authorCirno the Strongest <1447794+CirnoT@users.noreply.github.com>2020-06-15 20:39:39 +0200
committerGitHub <noreply@github.com>2020-06-15 14:39:39 -0400
commitc8780984f8c211342acf6b133bd08b940cb9cba2 (patch)
treecc5cb7b4e09eb493cd6d51e9d755e1e77653baa8 /templates/repo/home.tmpl
parenta7f7d1399f2f0c4ee9d13d595607c4fe2fd437e8 (diff)
downloadgitea-c8780984f8c211342acf6b133bd08b940cb9cba2.tar.gz
gitea-c8780984f8c211342acf6b133bd08b940cb9cba2.zip
Rework blame template and styling (#11885)
* Rework blame template and styling * cleanup template and add missing NumLines Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'templates/repo/home.tmpl')
-rw-r--r--templates/repo/home.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl
index 3a0d364f34..45f51819f8 100644
--- a/templates/repo/home.tmpl
+++ b/templates/repo/home.tmpl
@@ -1,5 +1,5 @@
{{template "base/head" .}}
-<div class="repository file list">
+<div class="repository file list {{if .IsBlame}}blame{{end}}">
{{template "repo/header" .}}
<div class="ui container">
{{template "base/alert" .}}