Added "Edit This Page" button to bottom of docs.

Next to "Create Issue" button, in addition to the edit button already at
the top.
This commit is contained in:
Jeff Mendoza
2016-09-16 10:23:24 -07:00
parent 946fe493b8
commit 230957781a
+1
View File
@@ -47,6 +47,7 @@
<a href="" onclick="window.open('https://github.com/kubernetes/kubernetes.github.io/issues/new?title=Issue%20with%20' +
window.location.pathname + '&body=Issue%20with%20' +
window.location.pathname)" class="button issue">Create Issue</a>
<a href="/editdocs#{{ page.path }}" class="button issue">Edit This Page</a>
{% endif %}
</div>
</section>