Skip to content

Commit

Permalink
internal/gaby: fix label page CSS
Browse files Browse the repository at this point in the history
Neglected to make this fix on the previous CL.

Change-Id: I8dc1715ec0f87b37f5250b6c5a8bec714b5ae78d
Reviewed-on: https://go-review.googlesource.com/c/oscar/+/635175
Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
  • Loading branch information
jba committed Dec 11, 2024
1 parent 5a3a2df commit be87e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gaby/labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func (p *labelsPage) setCommonPage() {
p.CommonPage = CommonPage{
ID: labelsID,
Description: "Categorize issues.",
Styles: []safeURL{searchID.CSS()},
Styles: []safeURL{labelsID.CSS()},
Form: Form{
Inputs: p.Params.inputs(),
SubmitText: "categorize",
Expand Down

0 comments on commit be87e4e

Please sign in to comment.