1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-27 04:38:36 +00:00

UI: Fixes for repo topic editor (#5971)

- Properly hides the edit interface when saving a empty topic list
- Align the Done button with the edit box
This commit is contained in:
silverwind
2019-02-05 21:40:56 +01:00
committed by Lauris BH
parent 1772893505
commit 2ec9bf9048
2 changed files with 8 additions and 9 deletions

View File

@@ -41,7 +41,7 @@
</div>
</div>
<div class="two wide column">
<a class="ui compact button primary" href="javascript:;" id="save_topic"
<a class="ui button primary" href="javascript:;" id="save_topic"
data-link="{{.RepoLink}}/topics">{{.i18n.Tr "repo.topic.done"}}</a>
</div>
</div>