Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ui: remove useless "Cancel" buttons (#7192) | Yarden Shoham | 2022-10-22 |
| | | | Co-authored-by: Joe Chen <jc@unknwon.io> | ||
* | pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML} | Unknwon | 2017-04-06 |
| | |||
* | #2497 incorrect error handle for team name | Unknwon | 2016-01-29 |
| | |||
* | Indent all templates with tabs | Adam Strzelecki | 2015-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 | ||
* | fix #650 | Unknwon | 2015-11-22 |
| | |||
* | UI: Confirmation box | Unknwon | 2014-09-28 |
| | |||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 |
| | | | | | | | | | | 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. | ||
* | Finish new edit team page, add member to team | Unknwon | 2014-08-24 |
| | |||
* | Finish team list, create new team, join/leave team page | Unknwon | 2014-08-16 |