From f61f77988174b0f7e4afd4255d04e3d9ae3917ec Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 13 Jan 2013 14:13:22 -0600 Subject: fix --- root/static/github_activity.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/root/static/github_activity.js b/root/static/github_activity.js index efcb278..73b271d 100644 --- a/root/static/github_activity.js +++ b/root/static/github_activity.js @@ -65,7 +65,8 @@ var GithubActivity = (function($, _) { <%= payload.target.login %> \ <% } else if (type == "WatchEvent") { %> \ <%= payload.action %> watching \ - <%= repository.name %> \ + \ + <%= repository.owner %>/<%= repository.name %> \ <% } else { %> \ Unknown event type <% type %> \ <% } %>\ -- cgit v1.2.3-54-g00ecf