mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-20 21:43:00 +00:00
Fix incorrect project page CSS class (#32510)
Otherwise milestone JS would run on this page and cause errors
This commit is contained in:
parent
6f1de0a9e5
commit
21f7db2124
@ -1,5 +1,5 @@
|
|||||||
{{template "base/head" .}}
|
{{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" .}}
|
{{template "repo/header" .}}
|
||||||
<div class="ui container">
|
<div class="ui container">
|
||||||
{{template "projects/new" .}}
|
{{template "projects/new" .}}
|
||||||
|
Loading…
Reference in New Issue
Block a user