@ -7,8 +7,8 @@
<h4 class="ui top attached header">
<h4 class="ui top attached header">
{{ .locale .Tr "repo.settings.lfs_filelist" }} ( {{ .locale .Tr "admin.total" .Total }} )
{{ .locale .Tr "repo.settings.lfs_filelist" }} ( {{ .locale .Tr "admin.total" .Total }} )
<div class="ui right">
<div class="ui right">
<a class="ui tiny show-panel button" href=" {{ .Link }} /locks"> {{ .locale .Tr "repo.settings.lfs_locks" }} </a>
<a class="ui tiny button" href=" {{ .Link }} /locks"> {{ .locale .Tr "repo.settings.lfs_locks" }} </a>
<a class="ui primary tiny show-panel button" href=" {{ .Link }} /pointers"> {{ .locale .Tr "repo.settings.lfs_findpointerfiles" }} </a>
<a class="ui primary tiny button" href=" {{ .Link }} /pointers"> {{ .locale .Tr "repo.settings.lfs_findpointerfiles" }} </a>
</div>
</div>
</h4>
</h4>
<table id="lfs-files-table" class="ui attached segment single line table">
<table id="lfs-files-table" class="ui attached segment single line table">
@ -25,7 +25,7 @@
<td> {{ FileSize .Size }} </td>
<td> {{ FileSize .Size }} </td>
<td> {{ TimeSince .CreatedUnix .AsTime $ .locale }} </td>
<td> {{ TimeSince .CreatedUnix .AsTime $ .locale }} </td>
<td class="right aligned">
<td class="right aligned">
<a class="ui primary show-panel button" href=" {{ $ .Link }} /find?oid= {{ .Oid }} &size= {{ .Size }} "> {{ $ .locale .Tr "repo.settings.lfs_findcommits" }} </a>
<a class="ui primary button" href=" {{ $ .Link }} /find?oid= {{ .Oid }} &size= {{ .Size }} "> {{ $ .locale .Tr "repo.settings.lfs_findcommits" }} </a>
<button class="ui basic show-modal icon button" data-modal="#delete- {{ .Oid }} ">
<button class="ui basic show-modal icon button" data-modal="#delete- {{ .Oid }} ">
<span class="btn-octicon btn-octicon-danger tooltip" data-content=" {{ $ .locale .Tr "repo.editor.delete_this_file" }} " data-position="bottom center"> {{ svg "octicon-trash" }} </span>
<span class="btn-octicon btn-octicon-danger tooltip" data-content=" {{ $ .locale .Tr "repo.editor.delete_this_file" }} " data-position="bottom center"> {{ svg "octicon-trash" }} </span>
</button>
</button>