aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/issue/milestones.tmpl
Commit message (Collapse)AuthorAge
* templates: rename template function Str2html -> Str2HTMLUnknwon2018-12-10
|
* repo/milestone: simplify codeUnknwon2017-03-24
|
* milestone: only show issue-related count under issue list (#4316)Unknwon2017-03-24
|
* Security: fix XSS attack on milestoneUnknwon2017-02-17
| | | | Reported by Miguel Ángel Jimeno.
* #1146 finish new access rights for collaboratorsUnknwon2016-03-05
|
* fix only admin can view milestone descUnknwon2015-12-15
|
* 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
* UI: Always show menu on repo pagesAdam Strzelecki2015-12-03
| | | | | Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use middleware.RepoRef() necessary to display information on this menu.
* UI: Make repository menu divide header and contentAdam Strzelecki2015-12-02
| | | | | This is more inline with way GitHub looks like and feels much more natural and in style with rest of the interface.
* work on #1961Unknwon2015-11-16
|
* fix buttons styleUnknwon2015-09-02
|
* finish transforming to v2Unknwon2015-08-10
|
* list view: issue, label, milestoneUnknwon2015-08-09
|
* remove Index field of milestoneUnknwon2015-08-06
|
* finish new milestone pageUnknwon2015-08-05
|
* fix new milestone button visibilityUnknwon2015-08-05
|
* milestone: create pageUnknwon2015-08-05