1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-22 19:25:47 +00:00
gitea/templates/admin
Tristan Storch 69e332f432 Removed trailing white spaces
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.
2014-08-30 15:12:53 +02:00
..
auth Removed trailing white spaces 2014-08-30 15:12:53 +02:00
org Continue working on new admin pages 2014-08-29 20:50:43 +08:00
repo Continue working on new admin pages 2014-08-29 20:50:43 +08:00
user Continue working on new admin pages 2014-08-29 20:50:43 +08:00
config.tmpl Finish all new admin pages. 2014-08-30 20:49:51 +08:00
dashboard.tmpl Finish new admin users pages 2014-08-29 15:32:52 +08:00
monitor.tmpl Finish all new admin pages. 2014-08-30 20:49:51 +08:00
nav.tmpl Continue working on new admin pages 2014-08-29 20:50:43 +08:00