Skip to content

Commit

Permalink
Adding issue filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Moazeni committed May 11, 2012
1 parent b8d91ac commit e227c6b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions coffee/site.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ class Event extends Spine.Model
{
url:@payload.pull_request._links.html.href
comment:@payload.pull_request.body
type:"issue"
}
when "fork"
{
Expand Down
1 change: 1 addition & 0 deletions coffee/views.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ views["show"] = """
<li class="active"><a href="#" data-type="tag">Tags</a></li>
<li class="active"><a href="#" data-type="watch">Follows</a></li>
<li class="active"><a href="#" data-type="comment">Comments</a></li>
<li class="active"><a href="#" data-type="issue">Issues</a></li>
<li class="active"><a href="#" data-type="item">Unstyled</a></li>
</ul>
</div>
Expand Down
3 changes: 2 additions & 1 deletion js/site.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/views.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e227c6b

Please sign in to comment.