summaryrefslogtreecommitdiffstats
path: root/templates/repo/commit_status.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* UI: Fix overflow issues in repo (#7190)silverwind2019-06-141-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)cezar972018-07-031-6/+6
|
* Spaces to tabs in templates (#2953)Ethan Koenig2017-11-211-5/+5
|
* Display commit status on landing page of repo (#1784)Rémy Boulanouar2017-09-141-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