diff options
author | delvh <dev.lh@web.de> | 2023-05-31 08:50:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-31 08:50:18 +0200 |
commit | bf27fc35960afe4e949c4b7425139a9f5df12aad (patch) | |
tree | 570fe0432c8c8aba9dfd2d5769aaec82bee042a9 /templates/org | |
parent | 3a6a6342eaa60751861d08cdc24dfd141d9ea7f5 (diff) | |
download | gitea-bf27fc35960afe4e949c4b7425139a9f5df12aad.tar.gz gitea-bf27fc35960afe4e949c4b7425139a9f5df12aad.zip |
Merge `new project` templates into one (#24985)
Additionally simplify the `new project` template slightly.
Review hint: Disable whitespace changes.
<details><summary>Before</summary>
## New repo project

## Edit repo project

## New user/org project

## Edit user/org project

</details>
<details><summary>After</summary>
## New repo project

## Edit repo project

## New user/org project

## Edit user/org project

</details>
---------
Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to 'templates/org')
-rw-r--r-- | templates/org/projects/new.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/org/projects/new.tmpl b/templates/org/projects/new.tmpl index f550cdc828..7011eb56d7 100644 --- a/templates/org/projects/new.tmpl +++ b/templates/org/projects/new.tmpl @@ -1,5 +1,5 @@ {{template "base/head" .}} -<div role="main" aria-label="{{.Title}}" class="page-content repository packages"> +<div role="main" aria-label="{{.Title}}" class="page-content organization projects edit-project new"> {{template "user/overview/header" .}} {{template "projects/new" .}} </div> |