summaryrefslogtreecommitdiffstats
path: root/templates/repo/blame.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/blame.tmpl')
-rw-r--r--templates/repo/blame.tmpl13
1 files changed, 4 insertions, 9 deletions
diff --git a/templates/repo/blame.tmpl b/templates/repo/blame.tmpl
index b697573d24..e4a10ee57d 100644
--- a/templates/repo/blame.tmpl
+++ b/templates/repo/blame.tmpl
@@ -1,14 +1,9 @@
<div class="{{TabSizeClass .Editorconfig .FileName}} non-diff-file-content">
- <h4 class="file-header ui top attached header df ac sb">
- <div class="file-header-left df ac">
- <div class="file-info text grey normal mono">
- <div class="file-info-entry">
- {{.NumLines}} {{.locale.TrN .NumLines "repo.line" "repo.lines"}}
- </div>
- <div class="file-info-entry">{{FileSize .FileSize}}</div>
- </div>
+ <h4 class="file-header ui top attached header df ac sb fw">
+ <div class="file-header-left df ac py-3 pr-4">
+ {{template "repo/file_info" .}}
</div>
- <div class="file-header-right file-actions df ac">
+ <div class="file-header-right file-actions df ac fw">
<div class="ui buttons">
<a class="ui tiny button" href="{{$.RawFileLink}}">{{.locale.Tr "repo.file_raw"}}</a>
{{if not .IsViewCommit}}