aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/wiki
Commit message (Collapse)AuthorAge
* Update delete wiki page routeJosh Frye2016-03-04
|
* Add ability to delete single wiki pages.Josh Frye2016-03-04
|
* Remove download archive button on wiki pageschriswatt2016-02-29
|
* Remember last selected clone protocol, and establish uniform order (https, ssh)Florian Kaiser2016-02-01
|
* unified name: IsViewBranch, IsViewCommit and IsViewTagUnknwon2015-12-09
|
* 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
* fix #2102Unknwon2015-12-05
|
* 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.
* finish wikiUnknwon2015-11-30
|
* wiki: finish pagesUnknwon2015-11-27
|
* wiki: finish editUnknwon2015-11-27
|
* wiki: finish newUnknwon2015-11-27
|
* introduce git-shellUnknwon2015-11-26
|
* Wiki: UI for page newUnknwon2015-11-25