mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-13 08:33:35 +00:00
15 lines
670 B
HTML
Executable File
15 lines
670 B
HTML
Executable File
{{ if not .Lastmod.IsZero }}Last updated on {{ .Lastmod.Format "Jan 2, 2006" }}{{ end }}
|
|
<div class="buttons-container">
|
|
<a href="{{.Site.Params.ghdocsrepo}}/edit/master/content/{{.File.Path}}" class="btn bg-link">
|
|
<button class="button has-icon-right">
|
|
<span>Edit this page</span>
|
|
<svg class="icon right" enable-background="new 0 0 34 34" viewBox="0 0 34 34" xmlns="http://www.w3.org/2000/svg">
|
|
<g>
|
|
<path class="svg-linear" d="m19.5 12 5 5-5 5"></path>
|
|
<path class="svg-linear" d="m24.5 17h-15"></path>
|
|
</g>
|
|
</svg>
|
|
</button>
|
|
</a>
|
|
</div>
|