Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | UI: Fix overflow issues in repo (#7190) | silverwind | 2019-06-14 | 1 | -5/+5 |
| | | | | | | | | | | | - Fix layout overflow in repo file list. - Fix invisible status icon in file view and commit list. In file view, the icon was moved to the left because I could not figure out a proper fix because of HTML tables. - Added title attribute to commit messages. - Fixed two CSS linter warnings in existing CSS. - Fixed CI variable check in 'make css'. Fixes: https://github.com/go-gitea/gitea/issues/7180 | ||||
* | Add `noreferrer` to rel='noopener` for <a> tags (#4328) | cezar97 | 2018-07-03 | 1 | -6/+6 |
| | |||||
* | Spaces to tabs in templates (#2953) | Ethan Koenig | 2017-11-21 | 1 | -5/+5 |
| | |||||
* | Display commit status on landing page of repo (#1784) | Rémy Boulanouar | 2017-09-14 | 1 | -0/+15 |
* Display commit status on landing page of repo * improve last status of commits and add link to ci * fix last commit status since the order of ids are desc |