forked from kevadesu/forgejo
#3076 detect invalid tag name git error
This commit is contained in:
parent
69dae1ec1c
commit
c912494609
11 changed files with 40 additions and 13 deletions
|
@ -1 +1 @@
|
|||
0.9.48.0722
|
||||
0.9.49.0723
|
|
@ -19,7 +19,7 @@
|
|||
{{if .PageIsEditRelease}}
|
||||
<b>{{.tag_name}}</b><span class="at">@</span><strong>{{.tag_target}}</strong>
|
||||
{{else}}
|
||||
<input name="tag_name" value="{{.tag_name}}" placeholder="{{.i18n.Tr "repo.release.tag_name"}}" autofocus required>
|
||||
<input id="tag-name" name="tag_name" value="{{.tag_name}}" placeholder="{{.i18n.Tr "repo.release.tag_name"}}" autofocus required>
|
||||
<span class="at">@</span>
|
||||
<div class="ui selection dropdown">
|
||||
<input type="hidden" name="tag_target" value="{{.tag_target}}"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue