summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-08-21 22:15:05 -0500
committerRobert Speicher <rspeicher@gmail.com>2016-08-21 22:15:05 -0500
commita816281fcb41a428bedd44997cf58cbc52e2d111 (patch)
treed458db163c129d5c81b5258510045b89eb037796
parentfb84439a92e759ff90811e98f6abf6bdbb3e6d55 (diff)
downloadgitlab-ce-rs-description-templates-tabindex.tar.gz
Remove tab stop from issuable form added by description templatesrs-description-templates-tabindex
-rw-r--r--app/views/shared/issuable/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_form.html.haml b/app/views/shared/issuable/_form.html.haml
index 544ed6203aa..7b8f95a86ee 100644
--- a/app/views/shared/issuable/_form.html.haml
+++ b/app/views/shared/issuable/_form.html.haml
@@ -42,7 +42,7 @@
- if can_add_template?(issuable)
%p.help-block
Add
- = link_to "description templates", help_page_path('user/project/description_templates')
+ = link_to "description templates", help_page_path('user/project/description_templates'), tabindex: -1
to help your contributors communicate effectively!
.form-group.detail-page-description