summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorFernando San Julián <fjsanjulian@hotmail.com>2015-07-26 19:30:46 +0200
committerFernando San Julián <fjsanjulian@hotmail.com>2015-07-26 19:30:46 +0200
commit2f38215f5c0b32cb603c3ac6af3af5a5a8e70098 (patch)
tree55b7b6c50fc90a2e264b4b5b0ca07f14b2eca71c /templates
parent686dd599160b221c1007bce28fc083923d11e5bf (diff)
downloadgitea-2f38215f5c0b32cb603c3ac6af3af5a5a8e70098.tar.gz
gitea-2f38215f5c0b32cb603c3ac6af3af5a5a8e70098.zip
User Issues Template fix
Diffstat (limited to 'templates')
-rw-r--r--templates/user/issues.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/issues.tmpl b/templates/user/issues.tmpl
index aec09f7010..2eb393ff5f 100644
--- a/templates/user/issues.tmpl
+++ b/templates/user/issues.tmpl
@@ -25,7 +25,7 @@
</div>
<div class="issues list-group">
{{range .Issues}}{{if .}}
- <div class="list-group-item issue-item" id="issue-{{.Id}}" onclick="window.location.href='{{AppSubUrl}}/{{.Repo.Owner.Name}}/{{.Repo.Name}}/issues/{{.Index}}'">
+ <div class="list-group-item issue-item" id="issue-{{.ID}}" onclick="window.location.href='{{AppSubUrl}}/{{.Repo.Owner.Name}}/{{.Repo.Name}}/issues/{{.Index}}'">
<span class="number pull-right">#{{.Index}}</span>
<h5 class="title"><a href="{{AppSubUrl}}/{{.Repo.Owner.Name}}/{{.Repo.Name}}/issues/{{.Index}}">{{.Name}}</a></h5>
<p class="info">