Skip to content

Commit

Permalink
Fix incorrect project page CSS class (go-gitea#32510)
Browse files Browse the repository at this point in the history
Otherwise milestone JS would run on this page and cause errors
  • Loading branch information
wxiaoguang authored Nov 15, 2024
1 parent 6f1de0a commit 21f7db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/repo/projects/new.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content repository projects edit-project new milestone">
<div role="main" aria-label="{{.Title}}" class="page-content repository projects edit-project new">
{{template "repo/header" .}}
<div class="ui container">
{{template "projects/new" .}}
Expand Down

0 comments on commit 21f7db2

Please sign in to comment.