aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/file_info.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/file_info.tmpl')
-rw-r--r--templates/repo/file_info.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/file_info.tmpl b/templates/repo/file_info.tmpl
index 8de65bffa4..580966d35c 100644
--- a/templates/repo/file_info.tmpl
+++ b/templates/repo/file_info.tmpl
@@ -15,7 +15,7 @@
</div>
{{end}}
{{if .LFSLock}}
- <div class="file-info-entry ui tooltip" data-content="{{.LFSLockHint}}">
+ <div class="file-info-entry ui" data-tooltip-content="{{.LFSLockHint}}">
{{svg "octicon-lock" 16 "gt-mr-2"}}
<a href="{{.LFSLockOwnerHomeLink}}">{{.LFSLockOwner}}</a>
</div>