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.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/root/static/github_activity.js b/root/static/github_activity.js
index a898a73..bb5a4c2 100644
--- a/root/static/github_activity.js
+++ b/root/static/github_activity.js
@@ -49,6 +49,12 @@ var GithubActivity = (function($, _) {
<%= repository.owner %>/<%= repository.name %></a> \
to <a href="<%= url %>"> \
<%= actor %>/<%= repository.name %></a> \
+ <% } else if (type == "GollumEvent") { %> \
+ <b><%= payload.pages[0].action %></b> the \
+ <a href="<%= url %>">"<%= payload.pages[0].page_name %>" \
+ wiki page</a> \
+ in <a href="<%= repository.url%>"> \
+ <%= repository.owner %>/<%= repository.name %></a> \
<% } else { %> \
Unknown event type <% type %> \
<% } %>\