aboutsummaryrefslogtreecommitdiff
path: root/templates/user/dashboard/issues.tmpl
Commit message (Collapse)AuthorAge
* refactor(db): move some methods off `user.go` (#7199)Joe Chen2022-10-22
|
* templates/user/dashboard/issues: show labels to each issue (#4976)James2018-03-07
| | | | | | | | | | | | * add issue labels * remove hyperlink from issue label * wrap labels in right aligned span * put issues with div put the issue labels within a div so they don't interfere with the number of comments
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* Fix dashboard issues/pull request countingUnknwon2016-12-27
|
* Minor code fix for PR #3560Unknwon2016-12-27
|
* Fix assigned/created issues in dashboard. (#3560)hgaiser2016-12-27
| | | | | | | | | | | | | | | | | | * 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 template nil errorUnknwon2016-08-14
|
* #3348 always use relative avatar link in the templateUnknwon2016-08-05
|
* Render emojis in more places.Andrey Nering2016-03-02
|
* Indent all templates with tabsAdam Strzelecki2015-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
* #1459 Dashboard issues lacks sortingUnknwon2015-11-04
|
* #1599 status button mrigin-rightUnknwon2015-09-07
|
* remove test stringsUnknwon2015-09-03
|
* ui and pulls index fixUnknwon2015-09-03
|
* fix buttons styleUnknwon2015-09-02
|
* css fixUnknwon2015-09-02
|
* finish initial version of pull requestUnknwon2015-09-02
|
* fix suburlUnknwon2015-08-27
|
* new org dashboard issuesUnknwon2015-08-25
|
* new user dahsboard issuesUnknwon2015-08-25