Adam Strzelecki
|
2580e7b57e
|
UI: Always show menu on repo pages
Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use
middleware.RepoRef() necessary to display information on this menu.
|
9 years ago |
Adam Strzelecki
|
3eae4ecde7
|
UI: Make repository menu divide header and content
This is more inline with way GitHub looks like and feels much more natural and
in style with rest of the interface.
|
9 years ago |
Unknwon
|
52c8f69163
|
fix #650
|
9 years ago |
Unknwon
|
ff5f14431e
|
fix #1448
|
9 years ago |
Unknwon
|
4447a20f87
|
UI: issues - finish basic frame
|
9 years ago |
Unknwon
|
7ba9257a7f
|
Add suburl support
|
10 years ago |
Martin van Beurden
|
0055cbd365
|
Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain.com/gogs/
Conflicts:
modules/setting/setting.go
Conflicts:
templates/repo/release/list.tmpl
templates/user/dashboard/dashboard.tmpl
Conflicts:
routers/repo/setting.go
|
10 years ago |
Tristan Storch
|
69e332f432
|
Removed trailing white spaces
Removed trailing whitespaces with
```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```
and some handwork.
|
10 years ago |
Unknwon
|
e8c9bb2c66
|
Finish new collaboration page
|
10 years ago |