summaryrefslogtreecommitdiffstats
path: root/templates/repo/bare.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Indent all templates with tabsAdam Strzelecki2015-12-081-49/+49
| | | | | | | | | | | | 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
* more HTTP clone word fixUnknwon2015-11-221-1/+1
|
* new quick start pageUnknwon2015-10-021-45/+51
|
* Remove SSH button when SSH is disabledGustavo Paes2015-08-091-5/+7
|
* #1082: missing link for helpUnknwon2015-03-181-1/+1
|
* changed repo-clone-url behaviour for bare repoStefan-Code2015-02-181-2/+2
|
* Add suburl supportUnknwon2014-09-191-1/+1
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-1/+1
| | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go
* UI: SSH/HTTPS address switch and copyUnknwon2014-08-311-9/+9
|
* Removed trailing white spacesTristan Storch2014-08-301-1/+1
| | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork.
* UI: Bare repository does not have visual link to settings pageUnknwon2014-08-091-1/+4
|
* New UI merge in progressUnknwon2014-07-261-0/+50