diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-29 06:14:05 +0300 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-29 06:14:05 +0300 |
| commit | a0aa0212a9286b26457a5b44674f81b26f6bc097 (patch) | |
| tree | 99b33f254c37017875a3e4f8835c18835593f18d /app/contexts | |
| parent | df03275eaa2640887e4902a7e8198ed0e2896063 (diff) | |
| download | gitlab-ce-a0aa0212a9286b26457a5b44674f81b26f6bc097.tar.gz | |
Removed feature: comments on wiki
Diffstat (limited to 'app/contexts')
| -rw-r--r-- | app/contexts/notes/load_context.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/contexts/notes/load_context.rb b/app/contexts/notes/load_context.rb index f3949149a06..9f8299f52f7 100644 --- a/app/contexts/notes/load_context.rb +++ b/app/contexts/notes/load_context.rb @@ -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 |
