diff --git a/app/views/wiki/index.html.haml b/app/views/wiki/index.html.haml
index d23bd6c..6fd712e 100644
--- a/app/views/wiki/index.html.haml
+++ b/app/views/wiki/index.html.haml
@@ -8,7 +8,7 @@
- if !@course.wiki_pages.empty?
%ul
- @course.wiki_pages.find(:all, :order => 'title').each do |w|
- %li= link_to(w.title, course_wiki_instance_url(@course, w)) + " " + w.position.to_s
+ %li= link_to(w.title, course_wiki_instance_url(@course, w))
- else
.box