From bec1399cc194de3dd30d08c1cd472bd9f8f393e1 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Mon, 5 Jun 2017 14:02:41 -0700 Subject: [PATCH] Make issue title automatically a link e.g. "Issue with k8s.io/docs/getting-started-guides/kubeadm/" when people open issues on the repo. This way we can just select the text, right-click and say Go to Link. Signed-off-by: Ahmet Alp Balkan --- _layouts/docwithnav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/docwithnav.html b/_layouts/docwithnav.html index e393e1eb67..aacead888e 100755 --- a/_layouts/docwithnav.html +++ b/_layouts/docwithnav.html @@ -65,7 +65,7 @@ (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')); Create an Issue + 'k8s.io'+window.location.pathname)" class="button issue">Create an Issue Edit this Page {% endif %}