summaryrefslogtreecommitdiffstats
path: root/templates/mail/notify
Commit message (Collapse)AuthorAgeFilesLines
* Fixed project name on repo template mailAvelino2016-12-021-1/+1
|
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-162-19/+2
|
* Indent all templates with tabsAdam Strzelecki2015-12-082-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 onesUnknwon2015-09-172-18/+17
|
* Removed trailing white spacesTristan Storch2014-08-301-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 collaboratorUnknown2014-05-052-0/+34