summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-01-13 14:13:22 -0600
committerJesse Luehrs <doy@tozt.net>2013-01-13 14:13:22 -0600
commitf61f77988174b0f7e4afd4255d04e3d9ae3917ec (patch)
treedbc3ffb4419c82b559b8789fd8011471af971918
parent0f4250a679b8d5285606ef1aeccb81d1341fee20 (diff)
downloadtozt.net-f61f77988174b0f7e4afd4255d04e3d9ae3917ec.tar.gz
tozt.net-f61f77988174b0f7e4afd4255d04e3d9ae3917ec.zip
fix
-rw-r--r--root/static/github_activity.js3
1 files changed, 2 insertions, 1 deletions
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($, _) {
<a href="<%= url %>"><%= payload.target.login %></a> \
<% } else if (type == "WatchEvent") { %> \
<b><%= payload.action %> watching</b> \
- <a href="<%= url %>"><%= repository.name %></a> \
+ <a href="<%= url %>"> \
+ <%= repository.owner %>/<%= repository.name %></a> \
<% } else { %> \
Unknown event type <% type %> \
<% } %>\