Atualizando para o Rails 2.3.2

This commit is contained in:
2009-07-16 11:55:04 -03:00
parent dcfc38eb09
commit 8e9b698944
71 changed files with 220 additions and 173 deletions

View File

@@ -5,10 +5,10 @@
= link_to(h(@course.full_name), course_url(@course)) + "›"
= link_to("Wiki", course_url(@course))
- if @wiki_page.title
= "›" + link_to(h(@wiki_page.title), course_wiki_url(@course, @wiki_page))
= "›" + link_to(h(@wiki_page.title), course_wiki_instance_url(@course, @wiki_page))
- @title = @title + " - #{h(@wiki_page.title)}"
- @left_panel = render 'courses/_left_panel'
- @left_panel = render 'courses/left_panel'
- @content = yield
= render 'layouts/base'