summaryrefslogtreecommitdiffstats
path: root/root/static/github_activity.js
diff options
context:
space:
mode:
Diffstat (limited to 'root/static/github_activity.js')
-rw-r--r--root/static/github_activity.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/root/static/github_activity.js b/root/static/github_activity.js
index 1cd5b48..42aff3a 100644
--- a/root/static/github_activity.js
+++ b/root/static/github_activity.js
@@ -44,6 +44,11 @@ var GithubActivity = (function($, _) {
#<% print(url.replace(/.*\\/issues\\/(\\d+)#.*/, "$1")); %> \
</a> in <a href="<%= repository.url%>"> \
<%= repository.owner %>/<%= repository.name %></a> \
+ <% } else if (type == "IssuesEvent") { %> \
+ <b><%= payload.action %> issue</b> <a href="<%= url %>"> \
+ #<% print(url.replace(/.*\\/issues\\/(\\d+)#.*/, "$1")); %> \
+ </a> in <a href="<%= repository.url%>"> \
+ <%= repository.owner %>/<%= repository.name %></a> \
<% } else if (type == "ForkEvent") { %> \
<b>forked</b> <a href="<%= repository.url %>"> \
<%= repository.owner %>/<%= repository.name %></a> \