summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-07 22:30:21 -0500
committerJesse Luehrs <doy@tozt.net>2012-10-07 22:30:21 -0500
commit53ed361e7bc10aa4aaa9e78198131d55d5745e25 (patch)
treeb62e7fa7180e7ddedd534b695b9f7d66b35d4e10
parent38154ff287b0ed58e233ea6a21759e0582157c27 (diff)
downloadtozt.net-53ed361e7bc10aa4aaa9e78198131d55d5745e25.tar.gz
tozt.net-53ed361e7bc10aa4aaa9e78198131d55d5745e25.zip
another github event type
-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 %> \
<% } %>\