From 93c2109b814c1160619b73bcf4fde0ca7af6ebb5 Mon Sep 17 00:00:00 2001 From: Alinson Santos Date: Wed, 9 Sep 2009 12:10:24 -0300 Subject: [PATCH] Undelete --- app/views/wiki/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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