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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
dccc2277
Commit
dccc2277
authored
Dec 02, 2015
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use autofocus where appropriate
parent
72ab3b17
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/groups/milestones/new.html.haml
app/views/groups/milestones/new.html.haml
+1
-1
app/views/projects/labels/_form.html.haml
app/views/projects/labels/_form.html.haml
+1
-1
app/views/projects/milestones/_form.html.haml
app/views/projects/milestones/_form.html.haml
+1
-1
No files found.
app/views/groups/milestones/new.html.haml
View file @
dccc2277
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
.form-group
.form-group
=
f
.
label
:title
,
"Title"
,
class:
"control-label"
=
f
.
label
:title
,
"Title"
,
class:
"control-label"
.col-sm-10
.col-sm-10
=
f
.
text_field
:title
,
maxlength:
255
,
class:
"form-control js-quick-submit"
,
required:
true
=
f
.
text_field
:title
,
maxlength:
255
,
class:
"form-control js-quick-submit"
,
required:
true
,
autofocus:
true
.form-group.milestone-description
.form-group.milestone-description
=
f
.
label
:description
,
"Description"
,
class:
"control-label"
=
f
.
label
:description
,
"Description"
,
class:
"control-label"
.col-sm-10
.col-sm-10
...
...
app/views/projects/labels/_form.html.haml
View file @
dccc2277
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
.form-group
.form-group
=
f
.
label
:title
,
class:
'control-label'
=
f
.
label
:title
,
class:
'control-label'
.col-sm-10
.col-sm-10
=
f
.
text_field
:title
,
class:
"form-control js-quick-submit"
,
required:
true
=
f
.
text_field
:title
,
class:
"form-control js-quick-submit"
,
required:
true
,
autofocus:
true
.form-group
.form-group
=
f
.
label
:color
,
"Background color"
,
class:
'control-label'
=
f
.
label
:color
,
"Background color"
,
class:
'control-label'
.col-sm-10
.col-sm-10
...
...
app/views/projects/milestones/_form.html.haml
View file @
dccc2277
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
.form-group
.form-group
=
f
.
label
:title
,
"Title"
,
class:
"control-label"
=
f
.
label
:title
,
"Title"
,
class:
"control-label"
.col-sm-10
.col-sm-10
=
f
.
text_field
:title
,
maxlength:
255
,
class:
"form-control js-quick-submit"
,
required:
true
=
f
.
text_field
:title
,
maxlength:
255
,
class:
"form-control js-quick-submit"
,
required:
true
,
autofocus:
true
.form-group.milestone-description
.form-group.milestone-description
=
f
.
label
:description
,
"Description"
,
class:
"control-label"
=
f
.
label
:description
,
"Description"
,
class:
"control-label"
.col-sm-10
.col-sm-10
...
...
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