aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/settings/githook_edit.tmpl
Commit message (Collapse)AuthorAge
* pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}Unknwon2017-04-06
|
* repo/settings: improve Git hook editorUnknwon2017-03-13
|
* Improve repository lable styleUnknwon2016-03-15
| | | | | - add border-radius to filter list items - use color as background of label for issue/pull view page
* 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.
* minor UI fix and fix ssh raceUnknwon2015-11-14
|
* new repo options UIUnknwon2015-08-30
|
* new edit webhook UIUnknwon2015-08-27
|
* new webhooks list UIUnknwon2015-08-26
|
* new repo git hooks UIUnknwon2015-08-26
|
* UI: issues - finish basic frameUnknwon2015-07-24
|
* Fix #264Unknwon2014-10-06