1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-14 14:37:20 +00:00

Change admin dashboard to POST (#10465) (#10466)

* Change admin dashboard to POST (#10465)

* Add form and convert to POST

* Redirect for flash

* Convert octicons back to fa for 1.11

Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
John Olheiser
2020-02-25 17:42:43 -06:00
committed by GitHub
parent 4cb18601ff
commit ed664a9e1d
5 changed files with 81 additions and 55 deletions

View File

@ -28,6 +28,10 @@
}
}
}
form button[type='submit'] {
padding: 5px 8px;
}
}
.ui.header,