diff options
author | Unknwon <u@gogs.io> | 2015-08-20 15:57:51 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-20 15:57:51 +0800 |
commit | ac616c07de95b8e91ec2a3ac321d1802856f55c6 (patch) | |
tree | 66b727b15d8b044924989d6b15631c1b29f7a244 /templates | |
parent | 78b717f202dd989f3871fccd0bc8935fe709fac1 (diff) | |
download | gitea-ac616c07de95b8e91ec2a3ac321d1802856f55c6.tar.gz gitea-ac616c07de95b8e91ec2a3ac321d1802856f55c6.zip |
fix #966
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/issue/view_content.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/view_content.tmpl b/templates/repo/issue/view_content.tmpl index ad3c471bbe..a52d4fd63f 100644 --- a/templates/repo/issue/view_content.tmpl +++ b/templates/repo/issue/view_content.tmpl @@ -102,7 +102,7 @@ </div> {{end}} {{if or $.IsRepositoryAdmin (eq .Poster.Id $.SignedUserID)}} - <a class="edit-content item" href="#" data-type="comment"><i class="octicon octicon-pencil"></i></a> + <a class="edit-content item" href="#"><i class="octicon octicon-pencil"></i></a> {{end}} </div> </div> |