mirror of https://github.com/docker/docs.git
21 lines
809 B
HTML
21 lines
809 B
HTML
{{ if hugo.IsProduction }}
|
|
{{ with .File }}
|
|
{{ if not (in .Filename "/_vendor/") }}
|
|
<p class="flex items-center gap-2">
|
|
<span class="material-symbols-rounded">edit</span>
|
|
<a class="link" target="_blank" rel="noopener"
|
|
href="{{ site.Params.repo }}/edit/main/content/{{ .Path }}">{{ T "editPage" }}
|
|
<span class="material-symbols-rounded align-middle text-base">open_in_new</span>
|
|
</a>
|
|
</p>
|
|
{{ end }}
|
|
{{ end }}
|
|
<p class="flex items-center gap-2">
|
|
<span class="material-symbols-rounded">done</span>
|
|
<a class="link" target="_blank" rel="noopener"
|
|
href="{{ site.Params.repo }}/issues/new?template=doc_issue.yml&location={{ .Permalink }}&labels=status%2Ftriage">{{ T "requestChanges" }}
|
|
<span class="material-symbols-rounded align-middle text-base">open_in_new</span>
|
|
</a>
|
|
</p>
|
|
{{ end }}
|