Replace the 'I Wish' feature with a create issue button.

This commit is contained in:
Jeff Mendoza
2016-09-06 15:54:10 -07:00
parent 6b61d2ba0b
commit 92a802a7fb
5 changed files with 13 additions and 27 deletions
+5 -1
View File
@@ -43,7 +43,11 @@
"permalink" : "http://kubernetes.github.io{{page.url}}"
};
(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>{% endif %}
</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>
{% endif %}
</div>
</section>