Removed edit buttons and stuff.

This commit is contained in:
retoor 2024-12-17 13:29:15 +00:00
parent f89cd5e2dc
commit 83b5464f47

View File

@ -47,7 +47,7 @@
<a href="{{$.Link}}" class="ui mini basic button {{if .IsDisplayingRendered}}active{{end}}" data-tooltip-content="{{ctx.Locale.Tr "repo.file_view_rendered"}}">{{svg "octicon-file" 15}}</a>
</div>
{{end}}
{{if not .ReadmeInList}}
{{if and (not .ReadmeInList) (not .IsSigned )}}
<div class="ui buttons tw-mr-1">
<a class="ui mini basic button" href="{{$.RawFileLink}}">{{ctx.Locale.Tr "repo.file_raw"}}</a>
{{if not .IsViewCommit}}