diff options
author | Robert Speicher <robert@gitlab.com> | 2016-08-23 01:13:47 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-08-23 01:13:47 +0000 |
commit | 148b8487b817a0c8854c6842109ce1abc5aa4306 (patch) | |
tree | a3f499bb014c54e5cb05e4331336da61ec657674 | |
parent | 51dca778ed7f0ad852d451a42676ac7d196e0e96 (diff) | |
parent | a816281fcb41a428bedd44997cf58cbc52e2d111 (diff) | |
download | gitlab-ce-148b8487b817a0c8854c6842109ce1abc5aa4306.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.haml | 2 |
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 d8cfa1fca72..22594b46443 100644 --- a/app/views/shared/issuable/_form.html.haml +++ b/app/views/shared/issuable/_form.html.haml @@ -49,7 +49,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 |