Commit Graph

8 Commits (db3d393576c716dbbea500791c5f800e52c70be5)

Author SHA1 Message Date
Unknwon 1f2e173a74 Refactor User.Id to User.ID
Adam Strzelecki da2585c11e Indent all templates with tabs
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
Unknwon f04d773f4f UI: long organization name in create repository owner list
Unknwon 81d7359fdd fix
Unknwon 398569f6f8 Forked repo unavailable after deleting original repo
Unknwon 4b43ffc96c Generate random avatar based on e-mail when disable Gravatar
Unknwon e3bdfd51ff better fork permission check
Unknwon 9db4acc62e improve fork process