mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
autofocus for new and edit issue forms
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</div>
|
||||
<div class="col-md-8 panel panel-default">
|
||||
<div class="form-group panel-body">
|
||||
<input class="form-control input-lg" type="text" name="title" required="required" placeholder="Title" value="{{.title}}" />
|
||||
<input class="form-control input-lg" type="text" name="title" required="required" placeholder="Title" value="{{.title}}" autofocus />
|
||||
</div>
|
||||
<div class="form-group panel-body">
|
||||
{{if .IsRepositoryOwner}}
|
||||
|
Reference in New Issue
Block a user