mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
Projects: rename Board to Column in interface and improve consistency (#22767)
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user