1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-04 08:38:37 +00:00

Projects: rename Board to Column in interface and improve consistency (#22767)

This commit is contained in:
Brecht Van Lommel
2023-02-25 00:10:50 +01:00
committed by GitHub
parent d827215011
commit 843f81113e
5 changed files with 70 additions and 68 deletions

View File

@@ -71,14 +71,14 @@
<div class="ui divider"></div>
<div class="ui left">
{{if .PageIsEditProjects}}
<a class="ui primary basic button" href="{{.RepoLink}}/projects">
<a class="ui cancel button" href="{{.RepoLink}}/projects">
{{.locale.Tr "repo.milestones.cancel"}}
</a>
<button class="ui green button">
<button class="ui primary button">
{{.locale.Tr "repo.projects.modify"}}
</button>
{{else}}
<button class="ui green button">
<button class="ui primary button">
{{.locale.Tr "repo.projects.create"}}
</button>
{{end}}