mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-14 14:57:21 +00:00
autofocus for new and edit issue forms
This commit is contained in:
parent
e6b3eb115a
commit
b92bb77b54
2 changed files with 2 additions and 1 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue