Fix html in order to make items accessible through keyboard navigation

Adds CHANGELOG entry

Adds MR ID to CHANGELOG entry
This commit is contained in:
Filipa Lacerda 2017-01-06 08:36:54 +00:00
parent f77f736ba4
commit 1d5a8a5539
3 changed files with 6 additions and 2 deletions

View File

@ -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'

View File

@ -1,4 +1,4 @@
%a.choose-btn.btn.btn-sm.js-choose-group-avatar-button
%button.choose-btn.btn.btn-sm.js-choose-group-avatar-button
%i.fa.fa-paperclip
%span Choose File ...
 

View File

@ -0,0 +1,4 @@
---
title: Fixes buttons not being accessible via the keyboard when creating new group
merge_request: 8469
author: