Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-01-06 11:36:54 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-01-06 22:36:55 +0300
commit1d5a8a55394e0729f84d18c48a4198e001f77c7b (patch)
treefc467e3f05d725fa28c5bed0cbba214867bcaf49 /app/views/groups/new.html.haml
parentf77f736ba40c6ba967531592ec48dd3e2cec1ebc (diff)
Fix html in order to make items accessible through keyboard navigation
Adds CHANGELOG entry Adds MR ID to CHANGELOG entry
Diffstat (limited to 'app/views/groups/new.html.haml')
-rw-r--r--app/views/groups/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/new.html.haml b/app/views/groups/new.html.haml
index d19eaa6add9..38d63fd9acc 100644
--- a/app/views/groups/new.html.haml
+++ b/app/views/groups/new.html.haml
@@ -21,5 +21,5 @@
= render 'shared/group_tips'
.form-actions
- = f.submit 'Create group', class: "btn btn-create", tabindex: 3
+ = f.submit 'Create group', class: "btn btn-create"
= link_to 'Cancel', dashboard_groups_path, class: 'btn btn-cancel'