18 Commits (832477b1bceb003ce12529c7797a53e80c936d58)

Author SHA1 Message Date
Lunny Xiao 847527fd6d Fix all the bugs in issues and pulls on dashboard (#943)
* fix all the bugs in issues and pulls on dashboard

* small fix and refactor

* add method getRepoIDs for IssueList
7 years ago
Lunny Xiao 7a9a5c8a69 Fix assigned issues dashboard (#920)
* Fix assigned/created issues in dashboard. (#3560)

* Fix assigned/created issues in dashboard.

* Use GetUserIssueStats for getting all Dashboard stats.

* Use gofmt to format the file properly.

* Replace &Issue{} with new(Issue).

* Check if user has access to given repository.

* Remove unnecessary filtering of issues.

* Return 404 error if invalid repository is given.

* Use correct number of issues in paginater.

* fix issues on dashboard
7 years ago
Lunny Xiao 02a881aa32 show tags on dashboard issues (#860) 8 years ago
Kazuki Sawada 3c4d5e1ed5 Fix: Pagenation on dashboard->issues does not work well (#698) 8 years ago
Unknwon 7e7613cdec Fix template nil error 8 years ago
Unknwon 50422f1fc2 #3348 always use relative avatar link in the template 8 years ago
Andrey Nering 13e71acadf Render emojis in more places. 8 years ago
Adam Strzelecki da2585c11e Indent all templates with tabs
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
9 years ago
Unknwon 603c7389b8 #1459 Dashboard issues lacks sorting 9 years ago
Unknwon 31e7b0f588 #1599 status button mrigin-right 9 years ago
Unknwon 8481adb255 remove test strings 9 years ago
Unknwon 2a2a8cd619 ui and pulls index fix 9 years ago
Unknwon 5c5ccddb02 fix buttons style 9 years ago
Unknwon c0a899b151 css fix 9 years ago
Unknwon 83dc2468f5 finish initial version of pull request 9 years ago
Unknwon ce386cfb61 fix suburl 9 years ago
Unknwon a329bbc215 new org dashboard issues 9 years ago
Unknwon f808df5a7b new user dahsboard issues 9 years ago