Skip to content

Commit 800271e

Browse files
lunnytechknowlogick
authored andcommitted
fix bug when a read perm user to edit his issue (#5516) (#5534)
1 parent e6362f3 commit 800271e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

templates/base/footer.tmpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@
5151
{{end}}
5252
{{if .RequireTribute}}
5353
<script src="{{AppSubUrl}}/vendor/plugins/tribute/tribute.min.js"></script>
54-
55-
{{if .Assignees}}
5654
<script>
5755
var issuesTribute = new Tribute({
5856
values: [
@@ -73,7 +71,6 @@
7371
})
7472
issuesTribute.attach(document.getElementById('content'))
7573
</script>
76-
{{end}}
7774
<script>
7875
var emojiTribute = new Tribute({
7976
collection: [{

0 commit comments

Comments
 (0)