From 53ed361e7bc10aa4aaa9e78198131d55d5745e25 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 7 Oct 2012 22:30:21 -0500 Subject: another github event type --- root/static/github_activity.js | 6 ++++++ 1 file changed, 6 insertions(+) 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 %> \ to \ <%= actor %>/<%= repository.name %> \ + <% } else if (type == "GollumEvent") { %> \ + <%= payload.pages[0].action %> the \ + "<%= payload.pages[0].page_name %>" \ + wiki page \ + in \ + <%= repository.owner %>/<%= repository.name %> \ <% } else { %> \ Unknown event type <% type %> \ <% } %>\ -- cgit v1.2.3-54-g00ecf