diff options
Diffstat (limited to 'templates/repo/settings/lfs_file_find.tmpl')
-rw-r--r-- | templates/repo/settings/lfs_file_find.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/settings/lfs_file_find.tmpl b/templates/repo/settings/lfs_file_find.tmpl index 54dbdb482b..809a028b2c 100644 --- a/templates/repo/settings/lfs_file_find.tmpl +++ b/templates/repo/settings/lfs_file_find.tmpl @@ -23,9 +23,9 @@ <span class="text grey">{{svg "octicon-git-branch"}}{{.BranchName}}</span> </td> <td> - {{if .ParentIDs}} + {{if .ParentHashes}} {{ctx.Locale.Tr "repo.diff.parent"}} - {{range .ParentIDs}} + {{range .ParentHashes}} <a class="ui primary sha label" href="{{$.RepoLink}}/commit/{{.String}}">{{ShortSha .String}}</a> {{end}} {{end}} |