diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-07-06 20:52:28 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-07-06 20:52:28 +0200 |
commit | 27b065aee488d02c98b91a49acad8c78ebe5bef9 (patch) | |
tree | b55c96275f93626ce9e57768f267c75e21580d71 /testing/gogs/list.tmpl.patch | |
parent | 941eb5e4013145d1a7cd96913b7a41a76c0eef85 (diff) | |
download | aports-27b065aee488d02c98b91a49acad8c78ebe5bef9.tar.bz2 aports-27b065aee488d02c98b91a49acad8c78ebe5bef9.tar.xz |
Revert "testing/gogs: upgrade to 0.9.13"
This reverts commit 2867d304f9c04812d4a029d518159411ecf944c2.
Fails on build server and blocks other packages.
Diffstat (limited to 'testing/gogs/list.tmpl.patch')
-rw-r--r-- | testing/gogs/list.tmpl.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/gogs/list.tmpl.patch b/testing/gogs/list.tmpl.patch new file mode 100644 index 0000000000..7bab1cf9e5 --- /dev/null +++ b/testing/gogs/list.tmpl.patch @@ -0,0 +1,11 @@ +--- a/gogs/templates/repo/issue/list.tmpl ++++ b/gogs/templates/repo/issue/list.tmpl +@@ -7,7 +7,7 @@ + <div class="col-md-3 filters"> + <div class="filter-list"> + <ul class="list-unstyled"> +- <li><a href="{{.RepoLink}}/issues?state={{.State}}"{{if eq .ViewType "all"}} class="active"{{end}}>All Issues <strong class="pull-right">{{..IssueStats.AllCount}}</strong></a></li> ++ <li><a href="{{.RepoLink}}/issues?state={{.State}}"{{if eq .ViewType "all"}} class="active"{{end}}>All Issues <strong class="pull-right">{{.IssueStats.AllCount}}</strong></a></li> + <li><a href="{{.RepoLink}}/issues?type=assigned&state={{.State}}"{{if eq .ViewType "assigned"}} class="active"{{end}}>Assigned to you <strong class="pull-right">{{.IssueStats.AssignCount}}</strong></a></li> + <li><a href="{{.RepoLink}}/issues?type=created_by&state={{.State}}"{{if eq .ViewType "created_by"}} class="active"{{end}}>Created by you <strong class="pull-right">{{.IssueStats.CreateCount}}</strong></a></li> + <li><a href="{{.RepoLink}}/issues?type=mentioned&state={{.State}}"{{if eq .ViewType "mentioned"}} class="active"{{end}}>Mentioning you <strong class="pull-right">{{.IssueStats.MentionCount}}</strong></a></li> |