summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-08-23 01:13:47 +0000
committerRuben Davila <rdavila84@gmail.com>2016-08-23 16:17:33 -0500
commitf4faaabe089ef9d3fc40a6b794bfc63f7cc09709 (patch)
treec5bc946c27999b5c63ba83595824ad9b86051300
parent5b0276b28515034b90eb99e6cef4188e27feae30 (diff)
downloadgitlab-ce-f4faaabe089ef9d3fc40a6b794bfc63f7cc09709.tar.gz
Merge branch 'rs-description-templates-tabindex' into 'master'
Remove tab stop from issuable form added by description templates See merge request !5929
-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 d717c3d92ee..5ea020467ee 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