Fix incorrect project page CSS class (#32510)

Otherwise milestone JS would run on this page and cause errors
这个提交包含在:
wxiaoguang
2024-11-15 01:30:26 +00:00
提交者 GitHub
父节点 6f1de0a9e5
当前提交 21f7db2124
+1 -1
查看文件
@@ -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" .}}