Skip to content

Commit

Permalink
No support for comments in diffs yet [#174]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarrasch committed May 25, 2012
1 parent 38aa5cb commit a827205
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/views/commits/_diffs.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
<% if @diffmode == "sidebyside" -%>
<%= render_diffs(@diffs) -%>
<% else -%>
<%= render_inline_diffs_with_stats(@diffs, :open) do |file|
@comments.select{ |c| c.path == file.a_path}
end -%>
<%= render_inline_diffs_with_stats(@diffs, :open) -%>
<% end -%>

0 comments on commit a827205

Please sign in to comment.