diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-06-15 20:39:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 14:39:39 -0400 |
commit | c8780984f8c211342acf6b133bd08b940cb9cba2 (patch) | |
tree | cc5cb7b4e09eb493cd6d51e9d755e1e77653baa8 /templates/repo/home.tmpl | |
parent | a7f7d1399f2f0c4ee9d13d595607c4fe2fd437e8 (diff) | |
download | gitea-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.tmpl | 2 |
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" .}} |