1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-02-01 19:14:35 +02:00

10 lines
192 B
HTML
Raw Normal View History

2021-01-07 14:12:26 -08: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 14:12:26 -08:00
Edit on GitHub
</a>
{{ end }}