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 22b9c2c commit 0157db8Copy full SHA for 0157db8
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