summaryrefslogtreecommitdiffstats
path: root/templates/repo/branch
Commit message (Collapse)AuthorAgeFilesLines
* Fix some issues with special chars in branch names (#3767)nubenum2018-09-171-2/+2
| | | Signed-off-by: Robin Durner <github@nubenum.de>
* Prevent html entity escaping (#4471)Joel da Rosa2018-07-191-1/+1
|
* Improve English grammar and consistency. (#3614)bugreport02018-04-191-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * Start improving English grammar and consistency. * Apply review comments, push translation further. * Additional review changes; expand translation. * Undo team/organization change, further translation. * Add site administration; review comments; merge. * Update hardcoded branch protection string tests. * Update hardcoded branch deletion string test. * Update another hardcoded translation string test. * Add my nickname to the list of translators. * Implement @lafriks review comments. * Remove (now) unused branch deletion warnings. * Remove (now) unused branch deletion warnings.
* Remove unnecessary Safe tags (#3778)Bwko2018-04-101-3/+3
|
* feat: Add branch link in branch list. (#3576)Bo-Yi Wu2018-02-241-2/+2
|
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-1/+1
| | | | | | | | | | | | | | * refactor struct's time to remove unnecessary memory usage * use AsTimePtr simple code * fix tests * fix time compare * fix template on gpg * use AddDuration instead of Add
* Add branch overiew page (#2108)Bwko2017-10-261-0/+81
* Add branch overiew page * fix changed method name on sub menu * remove unused code