Fix incorrect project page CSS class (#32510)

Otherwise milestone JS would run on this page and cause errors
This commit is contained in:
wxiaoguang 2024-11-15 09:30:26 +08:00 коммит произвёл GitHub
Родитель 6f1de0a9e5
Коммит 21f7db2124
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 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" .}}