aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/home.tmpl
Commit message (Collapse)AuthorAge
* 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 #1829 and fix #890Unknwon2015-12-04
|
* 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: Keep repo URL action right of ref combo & pathAdam Strzelecki2015-12-02
| | | | | | | Just use secondary menu instead custom ".head.meta", which simplifies code. Also do not display repo URL action when we are in subdirectory or viewing a file.
* 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
|
* more HTTP clone word fixUnknwon2015-11-22
|
* fix #2013Unknwon2015-11-22
|
* new watchers, stars and forks UIUnknwon2015-11-16
|
* new repo uiUnknwon2015-11-14
| | | | | | - copy link button: #1396, #1168, #1668, - synxtax highlight: #1712, #1549, #1315, #670 - z-index: #1942
* basic PR featureUnknwon2015-09-02
|
* add migrate from issue.label_ids to issue_labelUnknwon2015-08-10
|
* WIP: create PR - choose branchUnknwon2015-08-08
|
* Use EscapePound in link hrefs in diff/file viewsVladimir Vissoultchev2015-07-28
|
* Allow file and directory names to contain percent characterVladimir Vissoultchev2015-07-28
|
* UI: issues - finish basic frameUnknwon2015-07-24
|
* Finish new UI for release pageUnknwon2014-12-10
|
* continue work on #255Unknwon2014-11-07
|
* Fix #605, fix #255, fix #101Unknwon2014-11-06
|
* Add raw, history file button, and other mirror fixesUnknwon2014-10-11
|
* Simple fixUnknwon2014-09-28
|
* Merge branch 'master' of github.com:gogits/gogsUnknwon2014-09-28
|\ | | | | | | | | | | Conflicts: public/ng/less/gogs/repository.less templates/repo/home.tmpl
| * template and ui fixfuxiaohei2014-09-27
| |
| * template and ui fixfuxiaohei2014-09-27
| |
* | UI: Confirmation boxUnknwon2014-09-28
|/
* Page: Repository home pageUnknwon2014-09-23
|
* Add handling to branch switcher label to make label more consistent withMichael Dyrynda2014-09-03
| | | | | | GitHub behaviour Addresses #431
* Mirror fix and hide missing pages for 0.5 releaseUnknwon2014-09-01
|
* Finish new home page of organizationUnknwon2014-08-10
|
* Finish new repo settings pageUnknwon2014-08-02
|
* Git installation check, show image in single file view, show short SHA1 ↵Unknwon2014-07-26
| | | | instead of 40-length string, complete log module
* New UI merge in progressUnknwon2014-07-26