Commit Graph

10 Commits (e3028d124f864b0ed2563cd0fea8b24612eb64bb)

Author SHA1 Message Date
Lunny Xiao be29d5f7ad fix webhook link
Bwko 5ab85372da Added rel="noopener" to target="_blank" hrefs ()
* Added rel="noopener" to target="_blank" hrefs

* Replaced gogs.io/docs with docs.gitea.io
rugk 28dc5bb566 Replace gogs.io http links with https version ()
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 c08600c59b new edit webhook UI
Unknwon 4217c2333c new create webhook UI
Unknwon 2881456421 new webhooks list UI
Unknwon e0de6cb5ad work on and update locales
Christopher Brickley 85c35a6b8b add organization-level webhooks
Unknwon c5ce33047e Mirror fix and hide missing pages for 0.5 release