Commit Graph

13 Commits (1f2e173a745da8e4b57f96b5561a3c10054d3b76)

Author SHA1 Message Date
Unknwon a5b0400be7 finish new access rights for collaborators
Josh Frye 2f228ddf31 Update delete wiki page route
Josh Frye 1ca171dbe9 Add ability to delete single wiki pages.
chriswatt a71a5bfeb4 Remove download archive button on wiki pages
Florian Kaiser d568019306 Remember last selected clone protocol, and establish uniform order (https, ssh)
Unknwon a576224d0e unified name: IsViewBranch, IsViewCommit and IsViewTag
Adam Strzelecki da2585c11e Indent all templates with tabs
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
Adam Strzelecki 2580e7b57e UI: Always show menu on repo pages
Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use
middleware.RepoRef() necessary to display information on this menu.
Adam Strzelecki 3eae4ecde7 UI: Make repository menu divide header and content
This is more inline with way GitHub looks like and feels much more natural and
in style with rest of the interface.
Unknwon 830d000667 finish wiki
Unknwon e42fcb033d wiki: finish edit
Unknwon 392f3ee210 wiki: finish new
Unknwon 2b10fdc4dc Wiki: UI for page new