Skip to content

Commit 21f7db2

Browse files
authored
Fix incorrect project page CSS class (#32510)
Otherwise milestone JS would run on this page and cause errors
1 parent 6f1de0a commit 21f7db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/projects/new.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{template "base/head" .}}
2-
<div role="main" aria-label="{{.Title}}" class="page-content repository projects edit-project new milestone">
2+
<div role="main" aria-label="{{.Title}}" class="page-content repository projects edit-project new">
33
{{template "repo/header" .}}
44
<div class="ui container">
55
{{template "projects/new" .}}

0 commit comments

Comments
 (0)