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.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/repo/blame.tmpl b/templates/repo/blame.tmpl
index e4a10ee57d..56198df07f 100644
--- a/templates/repo/blame.tmpl
+++ b/templates/repo/blame.tmpl
@@ -1,9 +1,9 @@
<div class="{{TabSizeClass .Editorconfig .FileName}} non-diff-file-content">
- <h4 class="file-header ui top attached header df ac sb fw">
- <div class="file-header-left df ac py-3 pr-4">
+ <h4 class="file-header ui top attached header gt-df gt-ac gt-sb gt-fw">
+ <div class="file-header-left gt-df gt-ac gt-py-3 gt-pr-4">
{{template "repo/file_info" .}}
</div>
- <div class="file-header-right file-actions df ac fw">
+ <div class="file-header-right file-actions gt-df gt-ac gt-fw">
<div class="ui buttons">
<a class="ui tiny button" href="{{$.RawFileLink}}">{{.locale.Tr "repo.file_raw"}}</a>
{{if not .IsViewCommit}}
@@ -57,7 +57,7 @@
</td>
{{end}}
<td rel="L{{$row.RowNumber}}" rel="L{{$row.RowNumber}}" class="lines-code blame-code chroma">
- <code class="code-inner pl-3">{{$row.Code}}</code>
+ <code class="code-inner gt-pl-3">{{$row.Code}}</code>
</td>
</tr>
{{end}}