From 38154ff287b0ed58e233ea6a21759e0582157c27 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 2 Oct 2012 14:40:19 -0500 Subject: add fork event type --- root/static/github_activity.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/root/static/github_activity.js b/root/static/github_activity.js index c51bc26..a898a73 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")); %> \ in \ <%= repository.owner %>/<%= repository.name %> \ + <% } else if (type == "ForkEvent") { %> \ + forked \ + <%= repository.owner %>/<%= repository.name %> \ + to \ + <%= actor %>/<%= repository.name %> \ <% } else { %> \ Unknown event type <% type %> \ <% } %>\ -- cgit v1.2.3-54-g00ecf