| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
[CI SKIP]
|
|
|
|
| |
And removed version info from footer.
|
| |
|
| |
|
|
|
|
| |
- pkg/context: add ParamsUser to unify the injection process
|
|
|
|
| |
models/issue: unify Issue receiver name to 'issue'
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Update gogs.css
* Update _base.less
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Changed template file in order to make CSS work properly.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Get rid of responsive issue.
Also fixes #4527.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
[CI SKIP]
|
| |
|
| |
|
|
|
|
| |
Relates to #649 and #2157
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Move 'Commits' and 'Releases' tabs down to body.
This patch also reduces page load time for pages that do not need
to use commits count anywhere. Get commits count can hurt
performance badly for huge repositories that has tens of thousands
commits like Linux Kernel.
|
| |
|
|
|
|
| |
Also a try to display key-value pairs in table.
|
| |
|
| |
|
| |
|