Remove body template from Create Issue button.

We now have a deafult issue template in github, so the one inserted
by the Create Issue button is no longer needed.
reviewable/pr1350/r1
Jeff Mendoza 2016-09-29 13:40:12 -07:00
parent 9706528d8d
commit eac7ea8f7e
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@
(function(d,c,j){if(!document.getElementById(j)){var pd=d.createElement(c),s;pd.id=j;pd.src=('https:'==document.location.protocol)?'https://polldaddy.com/js/rating/rating.js':'http://i0.poll.fm/js/rating/rating.js';s=document.getElementsByTagName(c)[0];s.parentNode.insertBefore(pd,s);}}(document,'script','pd-rating-js'));
</script>
<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 %}