Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed project name on repo template mail | Avelino | 2016-12-02 | 1 | -1/+1 |
| | |||||
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 | 2 | -19/+2 |
| | |||||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 | 2 | -17/+17 |
| | | | | | | | | | | | | 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 | ||||
* | finish all new template for current ones | Unknwon | 2015-09-17 | 2 | -18/+17 |
| | |||||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 | 1 | -1/+1 |
| | | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork. | ||||
* | Add mail notify for new collaborator | Unknown | 2014-05-05 | 2 | -0/+34 |