Atualizando para o Rails 2.3.2
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
= link_to(App.title, index_url) + "›"
|
||||
= link_to("Disciplinas", courses_url) + "›"
|
||||
= link_to(h(@course.full_name), course_url(@course)) + "›"
|
||||
= link_to("Noticias", course_news_index_url(@course))
|
||||
= link_to("Noticias", course_news_url(@course))
|
||||
|
||||
- @left_panel = render 'courses/_left_panel'
|
||||
- @left_panel = render 'courses/left_panel'
|
||||
- @content = yield
|
||||
|
||||
= render 'layouts/base'
|
||||
|
||||
Reference in New Issue
Block a user