summaryrefslogtreecommitdiffstats
path: root/templates/repo/settings/deploy_keys.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Indent all templates with tabsAdam Strzelecki2015-12-081-47/+47
| | | | | | | | | | | | 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-031-1/+0
| | | | | 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-021-1/+1
| | | | | This is more inline with way GitHub looks like and feels much more natural and in style with rest of the interface.
* allow admin to migrate for any user/orgUnknwon2015-11-251-0/+3
|
* minor UI fix and fix ssh raceUnknwon2015-11-141-0/+1
|
* add confirmation to delete ssh keyUnknwon2015-08-201-4/+4
|
* new access token UIUnknwon2015-08-191-1/+1
|
* new UI on admin/monitorUnknwon2015-08-191-57/+57
|
* fix css stylesUnknwon2015-08-151-2/+2
|
* finish transforming to v2Unknwon2015-08-101-21/+17
|
* #334: Add Deployment Key SupportUnknwon2015-08-061-0/+97