diff options
author | silverwind <me@silverwind.io> | 2019-02-05 21:40:56 +0100 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2019-02-05 22:40:56 +0200 |
commit | 2ec9bf9048b86092c3c31a150df75eae753df7c1 (patch) | |
tree | 563daa2f89a2994d66e3fd5fe1d0f6b48b93aa30 /templates/repo/home.tmpl | |
parent | 17728935052cd564bc7d603a3f7379d228b9b4cd (diff) | |
download | gitea-2ec9bf9048b86092c3c31a150df75eae753df7c1.tar.gz gitea-2ec9bf9048b86092c3c31a150df75eae753df7c1.zip |
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
Diffstat (limited to 'templates/repo/home.tmpl')
-rw-r--r-- | templates/repo/home.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index 72c0e47ed7..5a08a95ad4 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -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> |