Alexey Terentyev
6b125b90e7
Added repository search ordered by stars or forks. Forks column in admin repo list. ( #3969 )
* Added repository search order by stars or forks.
Added Forks column to admin repository list.
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Renamed search repo template
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
7 years ago
Patrick G
96aee3777f
Cleaner UI for explore page ( #1253 ) ( #1255 )
* Take navbar out of column
* Add styles to navbar
* Changed navbar classes
* Remove unneeded !important from index.css
* Remove unneeded !important from _explore.less
8 years ago
Kim "BKC" Carlbäcker
ce897d65f9
Merge all pagination-templates into 'base/paginate'
to reduce code-duplicity
8 years ago
Unknwon
2d90be9c2e
#13 finish user and repository search
Both are possible on explore and admin panel
9 years ago
Adam Strzelecki
69427c6115
Indent all templates with tabs
This commit improves templates readability, since all of them use consistent
indent with all template command blocks indented too.
1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks
such as {{if}} {{with}}
2. Cleans all trailing white-space
3. Adds trailing last line-break to each file
9 years ago
Unknwon
a14c20813c
fix #650
9 years ago
Unknwon
d77e5dd58a
fix #1960
9 years ago
Unknwon
6ad3426606
minor fixes on #1551
9 years ago
Michael Peppler
ac9a5dfa82
use localization string
9 years ago
Michael Peppler
331ea20cf6
new explore UI
9 years ago
Dhuan
7e7dc21433
Fix HTML indentation
10 years ago
Dhuan
e3ae3c7c10
Display author's name on explore page
10 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
Unknwon
ab7206d6b7
Fix #348
10 years ago