We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
for
name
id
1 parent a928126 commit e836e54Copy full SHA for e836e54
templates/repo/settings/webhook/settings.tmpl
@@ -254,7 +254,7 @@
254
<!-- Branch filter -->
255
<div class="field">
256
<label for="branch_filter">{{ctx.Locale.Tr "repo.settings.branch_filter"}}</label>
257
- <input name="branch_filter" type="text" value="{{or .Webhook.BranchFilter "*"}}">
+ <input id="branch_filter" name="branch_filter" type="text" value="{{or .Webhook.BranchFilter "*"}}">
258
<span class="help">{{ctx.Locale.Tr "repo.settings.branch_filter_desc" | Str2html}}</span>
259
</div>
260
0 commit comments