From af8e3232489c28663073f73528c6efc83ba05a13 Mon Sep 17 00:00:00 2001
From: chriswatt <info@chriswatt.org>
Date: Sun, 7 Feb 2016 22:14:33 +0000
Subject: [PATCH] Fix tab index on new issue/comment form

---
 templates/repo/issue/new_form.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/repo/issue/new_form.tmpl b/templates/repo/issue/new_form.tmpl
index c023643eb9..b77cfb2c70 100644
--- a/templates/repo/issue/new_form.tmpl
+++ b/templates/repo/issue/new_form.tmpl
@@ -17,7 +17,7 @@
 					</div>
 					{{template "repo/issue/comment_tab" .}}
 					<div class="text right">
-						<button class="ui green button">
+						<button class="ui green button" tabindex="6">
 							{{if .PageIsComparePull}}
 								{{.i18n.Tr "repo.pulls.create"}}
 							{{else}}