focalboard/website/site/layouts/partials/page-edit.html

10 lines
192 B
HTML
Raw Normal View History

2021-01-07 23:12:26 +01:00
{{ if .File }}
<a
href="{{.Site.Params.ghrepo}}edit/main/website/site/content/{{ .File.Path }}"
class="float-right edit-github"
target="_blank"
>
2021-01-07 23:12:26 +01:00
Edit on GitHub
</a>
{{ end }}