aboutsummaryrefslogtreecommitdiffstats
path: root/templates/mail/notify
Commit message (Collapse)AuthorAgeFilesLines
* 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