Fix incorrect project page CSS class (#32510)

Otherwise milestone JS would run on this page and cause errors
pull/32514/head^2
wxiaoguang 11 hours ago committed by GitHub
parent 6f1de0a9e5
commit 21f7db2124
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      templates/repo/projects/new.tmpl

@ -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" .}}

Loading…
Cancel
Save