Removed feature: comments on wiki

This commit is contained in:
Dmitriy Zaporozhets 2012-11-29 06:14:05 +03:00
parent df03275eaa
commit a0aa0212a9
7 changed files with 1 additions and 59 deletions

View file

@ -19,8 +19,6 @@ module Notes
when "wall"
# this is the only case, where the order is DESC
project.common_notes.order("created_at DESC, id DESC").limit(50)
when "wiki"
project.wiki_notes.limit(20)
end
@notes = if after_id