aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/pulls/fork.tmpl
Commit message (Collapse)AuthorAge
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}Unknwon2017-04-06
|
* webhook: add fork eventUnknwon2017-02-27
|
* #3348 always use relative avatar link in the templateUnknwon2016-08-05
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* Indent all templates with tabsAdam Strzelecki2015-12-08
| | | | | | | | | | | | 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
* UI: long organization name in create repository owner listUnknwon2015-11-18
|
* fix #1981Unknwon2015-11-18
|
* #1021 Forked repo unavailable after deleting original repoUnknwon2015-09-01
|
* Generate random avatar based on e-mail when disable GravatarUnknwon2015-08-09
|
* better fork permission checkUnknwon2015-08-08
|
* improve fork processUnknwon2015-08-08