diff options
author | Unknwon <u@gogs.io> | 2015-08-30 03:21:59 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-30 03:21:59 +0800 |
commit | c6b039c6f96762709af109613b5262ea061e25b8 (patch) | |
tree | 67261e696656e0a2de87163ce6b7cc29945338aa /templates/repo/settings/githook_edit.tmpl | |
parent | d01f688257b028132fd75fd7200093c97282a97d (diff) | |
download | gitea-c6b039c6f96762709af109613b5262ea061e25b8.tar.gz gitea-c6b039c6f96762709af109613b5262ea061e25b8.zip |
new repo options UI
Diffstat (limited to 'templates/repo/settings/githook_edit.tmpl')
-rw-r--r-- | templates/repo/settings/githook_edit.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/repo/settings/githook_edit.tmpl b/templates/repo/settings/githook_edit.tmpl index 293340b1e8..b9b75a3aa6 100644 --- a/templates/repo/settings/githook_edit.tmpl +++ b/templates/repo/settings/githook_edit.tmpl @@ -24,8 +24,7 @@ </div> <div class="inline field"> - <label></label> - <button class="ui green button" id="change-reponame-btn" href="#change-reponame-modal">{{$.i18n.Tr "repo.settings.update_githook"}}</button> + <button class="ui green button">{{$.i18n.Tr "repo.settings.update_githook"}}</button> </div> {{end}} </form> |