Update 'views/file.html'

このコミットが含まれているのは:
Shiny Nematoda 2022-12-26 04:20:57 +00:00
コミット 68b48ca672

ファイルの表示

@ -12,7 +12,7 @@
{{ .file}}
</div>
<div class="downloadParent">
<a href="/raw/{{.fullname}}/{{.branch}}/{{.name}}" class="downloadButton">Download</a>
<a href="/raw/{{.fullname}}/{{.branch}}/{{.name}}" class="button">Download</a>
</div>
{{end}}
</main>