summaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-11-23 01:40:28 -0600
committerJesse Luehrs <doy@tozt.net>2012-11-23 01:40:28 -0600
commit88db285d79a2aec6265bb6daf0bcf22bfad9df4f (patch)
tree531ea2d6c22db6e5ca006effafc4f06d2aefbbd8 /root
parentff8b1d812d1665f108da01a714fc6912713f73cf (diff)
downloadtozt.net-88db285d79a2aec6265bb6daf0bcf22bfad9df4f.tar.gz
tozt.net-88db285d79a2aec6265bb6daf0bcf22bfad9df4f.zip
fixes
Diffstat (limited to 'root')
-rw-r--r--root/static/github_activity.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/root/static/github_activity.js b/root/static/github_activity.js
index 42aff3a..32c3e4a 100644
--- a/root/static/github_activity.js
+++ b/root/static/github_activity.js
@@ -42,12 +42,12 @@ var GithubActivity = (function($, _) {
<% } else if (type == "IssueCommentEvent") { %> \
<b>commented on issue</b> <a href="<%= url %>"> \
#<% print(url.replace(/.*\\/issues\\/(\\d+)#.*/, "$1")); %> \
- </a> in <a href="<%= repository.url%>"> \
+ </a> in <a href="<%= repository.url %>"> \
<%= repository.owner %>/<%= repository.name %></a> \
<% } else if (type == "IssuesEvent") { %> \
<b><%= payload.action %> issue</b> <a href="<%= url %>"> \
- #<% print(url.replace(/.*\\/issues\\/(\\d+)#.*/, "$1")); %> \
- </a> in <a href="<%= repository.url%>"> \
+ #<% print(url.replace(/.*\\/issues\\/(\\d+)/, "$1")); %> \
+ </a> in <a href="<%= repository.url %>"> \
<%= repository.owner %>/<%= repository.name %></a> \
<% } else if (type == "ForkEvent") { %> \
<b>forked</b> <a href="<%= repository.url %>"> \