home: new UI
This commit is contained in:
parent
5e763baa12
commit
4b9fb43a70
38 changed files with 3343 additions and 625 deletions
6
public/js/gogs.js
Normal file
6
public/js/gogs.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
$(document).ready(function () {
|
||||
// Semantic UI modules.
|
||||
$('.dropdown').dropdown({
|
||||
transition: 'slide up'
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue