pangratz / ember.js-dashboard

Activity of the Ember.js community at a glance: Twitter, GitHub, StackOverflow and Reddit
http://code418.com/ember.js-dashboard/
ISC License
88 stars 18 forks source link

Broken template for PullRequestReviewCommentEvent #18

Closed pangratz closed 12 years ago

pangratz commented 12 years ago

The current template for this event does not produce a valid link to the comment.

https://github.com/pangratz/ember.js-dashboard/blob/event_view/app/templates/github/PullRequestReviewCommentEvent-template.handlebars

pangratz commented 12 years ago

Use payload > comment > _links > html > href. This is the link to the comment, made in the code in a Pull Request.