Initial import
This commit is contained in:
11
app/views/layouts/log.html.haml
Normal file
11
app/views/layouts/log.html.haml
Normal file
@@ -0,0 +1,11 @@
|
||||
- @title = "#{App.title} - #{h(@course.full_name)} - Mudanças recentes"
|
||||
- @location = capture do
|
||||
= link_to(App.title, "/") + "›"
|
||||
= link_to("Disciplinas", courses_url) + "›"
|
||||
= link_to(h(@course.full_name), course_url(@course)) + "›"
|
||||
= link_to("Log", course_log_url(@course))
|
||||
|
||||
- @left_panel = render 'courses/_left_panel'
|
||||
- @content = yield
|
||||
|
||||
= render 'layouts/base'
|
||||
Reference in New Issue
Block a user