aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/issue/labels.tmpl
Commit message (Collapse)AuthorAge
* templates: add 'rel=noopener noreferrer' to <a> tags (#5319)cezar972018-07-02
| | | Signed-off-by: cezar97 <cezar97@protonmail.com>
* pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}Unknwon2017-04-06
|
* #3459 code quality improvementUnknwon2016-08-29
|
* Load a set of predefined labels (#3459)Thibault Meyer2016-08-29
| | | | | | | | | | | | | | | | | | | | | | * Can use a predefined set of labels * Change UI * Fix HTML file indentation * Avoid reading file from other directory (security issue) * Apply a better fix * Remove not used variable * Merge upstream/develop * Do modifications * Raname * remove binding + rename variable
* #1146 finish new access rights for collaboratorsUnknwon2016-03-05
|
* Add ForegroundColor for labelsLukas Dietrich2016-02-27
|
* 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
|
* finish transforming to v2Unknwon2015-08-10
|
* list view: issue, label, milestoneUnknwon2015-08-09
|
* finish new milestone pageUnknwon2015-08-05
|
* milestone: create pageUnknwon2015-08-05
|
* milestone: list viewUnknwon2015-08-03
|
* UI: CURD labelsUnknwon2015-07-24
| | | | - fix update lable break connection with repository
* UI: basic label listUnknwon2015-07-24
- create new label