diff options
Diffstat (limited to 'templates/repo/home.tmpl')
-rw-r--r-- | templates/repo/home.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index 3f9c6231a3..8c81ae29ea 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -28,7 +28,7 @@ {{if .IsRepositoryAdmin}}<a id="manage_topic" style="cursor:pointer;margin-left:10px;">{{.i18n.Tr "repo.topic.manage_topics"}}</a>{{end}} </div> {{if .IsRepositoryAdmin}} - <div class="ui repo-topic-edit grid form segment error" id="topic_edit" > + <div class="ui repo-topic-edit grid form segment error" id="topic_edit" style="display:none"> <div class="fourteen wide column"> <div class="field"> <div class="ui fluid multiple search selection dropdown"> @@ -40,7 +40,7 @@ </div> </div> </div> - <div class="one wide column"> + <div class="two wide column"> <a class="ui compact button primary" href="javascript:;" id="save_topic" data-link="{{.RepoLink}}/topics">{{.i18n.Tr "repo.topic.done"}}</a> </div> |