aboutsummaryrefslogtreecommitdiffstats
path: root/templates/explore/repos.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Add class to page content to unify top margin (#13766)silverwind2020-11-301-1/+1
| | | | | | | | | | | | | | | | | | | * Add class to page content to unify top margin Previously pages would individually set this margin but some didn't so content would stick to the header without any space. Resolve this by adding a new class that is added on all pages. The only place where we remove this margin again is on the pages with menu or wrapper in the header. * fix admin notices * fix team pages * fix loading segment on gitgraph for arc-green * fix last missing case Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Added repository search ordered by stars or forks. Forks column in admin ↵Alexey Terentyev2018-05-241-1/+1
| | | | | | | | | | | | | 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>
* Cleaner UI for explore page (#1253) (#1255)Patrick G2017-03-151-8/+4
| | | | | | | * Take navbar out of column * Add styles to navbar * Changed navbar classes * Remove unneeded !important from index.css * Remove unneeded !important from _explore.less
* Merge all pagination-templates into 'base/paginate'Kim "BKC" Carlbäcker2016-11-071-1/+1
| | | | to reduce code-duplicity
* #13 finish user and repository searchUnknwon2016-03-111-22/+2
| | | | Both are possible on explore and admin panel
* Indent all templates with tabsAdam Strzelecki2015-12-081-20/+20
| | | | | | | | | | | | 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
* fix #650Unknwon2015-11-221-16/+1
|
* fix #1960Unknwon2015-11-161-1/+1
|
* minor fixes on #1551Unknwon2015-09-011-20/+35
|
* use localization stringMichael Peppler2015-08-311-1/+1
|
* new explore UIMichael Peppler2015-08-311-26/+33
|
* Fix HTML indentationDhuan2015-04-181-17/+17
|
* Display author's name on explore pageDhuan2015-04-181-2/+4
|
* Add suburl supportUnknwon2014-09-191-1/+1
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-1/+1
| | | | | | | | | | | | | | 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
* Fix #348Unknwon2014-09-051-0/+25