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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
5d4693cb
Commit
5d4693cb
authored
Dec 12, 2017
by
Marcus Amargi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed tab indexes from tag form
parent
d673628d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
app/views/projects/tags/new.html.haml
app/views/projects/tags/new.html.haml
+3
-3
changelogs/unreleased/remove-tabindexes-from-tag-form.yml
changelogs/unreleased/remove-tabindexes-from-tag-form.yml
+5
-0
No files found.
app/views/projects/tags/new.html.haml
View file @
5d4693cb
...
...
@@ -14,7 +14,7 @@
.form-group
=
label_tag
:tag_name
,
nil
,
class:
'control-label'
.col-sm-10
=
text_field_tag
:tag_name
,
params
[
:tag_name
],
required:
true
,
tabindex:
1
,
autofocus:
true
,
class:
'form-control'
=
text_field_tag
:tag_name
,
params
[
:tag_name
],
required:
true
,
autofocus:
true
,
class:
'form-control'
.form-group
=
label_tag
:ref
,
'Create from'
,
class:
'control-label'
.col-sm-10.create-from
...
...
@@ -28,7 +28,7 @@
.form-group
=
label_tag
:message
,
nil
,
class:
'control-label'
.col-sm-10
=
text_area_tag
:message
,
@message
,
required:
false
,
tabindex:
3
,
class:
'form-control'
,
rows:
5
=
text_area_tag
:message
,
@message
,
required:
false
,
class:
'form-control'
,
rows:
5
.help-block
=
s_
(
'TagsPage|Optionally, add a message to the tag.'
)
%hr
...
...
@@ -41,6 +41,6 @@
.help-block
=
s_
(
'TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page.'
)
.form-actions
=
button_tag
s_
(
'TagsPage|Create tag'
),
class:
'btn btn-create'
,
tabindex:
3
=
button_tag
s_
(
'TagsPage|Create tag'
),
class:
'btn btn-create'
=
link_to
s_
(
'TagsPage|Cancel'
),
project_tags_path
(
@project
),
class:
'btn btn-cancel'
%script
#availableRefs
{
type:
"application/json"
}=
@project
.
repository
.
ref_names
.
to_json
.
html_safe
changelogs/unreleased/remove-tabindexes-from-tag-form.yml
0 → 100644
View file @
5d4693cb
---
title
:
removed tabindexes from tag form
merge_request
:
author
:
Marcus Amargi
type
:
changed
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