diff options
-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 6b4a0008d6..a798d3cc9e 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -47,7 +47,7 @@ </div> </div> <div class="two wide column"> - <a class="ui button primary" href="javascript:;" id="save_topic" + <a class="ui button primary" role="button" tabindex="0" id="save_topic" data-link="{{.RepoLink}}/topics">{{.locale.Tr "repo.topic.done"}}</a> </div> </div> |