mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-07-09 06:40:05 +08:00
new dashboard ui
This commit is contained in:
public
templates/user/dashboard
@ -583,6 +583,7 @@ $(document).ready(function () {
|
||||
}
|
||||
});
|
||||
$('.tabular.menu .item').tab();
|
||||
$('.tabable.menu .item').tab();
|
||||
|
||||
$('.toggle.button').click(function () {
|
||||
$($(this).data('target')).slideToggle(100);
|
||||
|
Reference in New Issue
Block a user