1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-04 14:46:57 -05:00

finish user delete page ui

This commit is contained in:
FuXiaoHei 2014-03-11 11:43:25 +08:00
parent 7f92579905
commit 295cfd42aa

View File

@ -24,10 +24,11 @@
</form> </form>
</div> </div>
</div> </div>
{{template "base/footer" .}} <script>
{{template "base/head" .}} $(function(){
{{template "base/navbar" .}} $('#gogs-user-delete').on('submit',function(){
<div class="container" id="gogs-body"> return confirm("Are you sure ?");
})
</div> });
</script>
{{template "base/footer" .}} {{template "base/footer" .}}