aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/issue/comment_tab.tmpl
Commit message (Collapse)AuthorAge
* Implement issue and pull request templates.Andrey Nering2016-02-18
| | | | | | | | | | Similar to GitHub: https://github.com/blog/2111-issue-and-pull-request-templates Priority: - root - .gogs - .github
* 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
* Wiki: UI for page newUnknwon2015-11-25
|
* minor tabindex fixUnknwon2015-11-11
|
* fix #1824 and fix #1917Unknwon2015-11-11
|
* finish initial version of pull requestUnknwon2015-09-02
|
* work on #1548Unknwon2015-08-28
|
* allow edit issue and commentUnknwon2015-08-20
|
* finish close/reopen issueUnknwon2015-08-13
|
* add comment form UIUnknwon2015-08-12