Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
1d5a8a55
Commit
1d5a8a55
authored
Jan 06, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix html in order to make items accessible through keyboard navigation
Adds CHANGELOG entry Adds MR ID to CHANGELOG entry
parent
f77f736b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
app/views/groups/new.html.haml
app/views/groups/new.html.haml
+1
-1
app/views/shared/_choose_group_avatar_button.html.haml
app/views/shared/_choose_group_avatar_button.html.haml
+1
-1
changelogs/unreleased/26238-buttons-not-accessible.yml
changelogs/unreleased/26238-buttons-not-accessible.yml
+4
-0
No files found.
app/views/groups/new.html.haml
View file @
1d5a8a55
...
@@ -21,5 +21,5 @@
...
@@ -21,5 +21,5 @@
=
render
'shared/group_tips'
=
render
'shared/group_tips'
.form-actions
.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'
=
link_to
'Cancel'
,
dashboard_groups_path
,
class:
'btn btn-cancel'
app/views/shared/_choose_group_avatar_button.html.haml
View file @
1d5a8a55
%
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
%i
.fa.fa-paperclip
%span
Choose File ...
%span
Choose File ...
...
...
changelogs/unreleased/26238-buttons-not-accessible.yml
0 → 100644
View file @
1d5a8a55
---
title
:
Fixes buttons not being accessible via the keyboard when creating new group
merge_request
:
8469
author
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment