Initial import
This commit is contained in:
12
app/views/layouts/events.html.haml
Normal file
12
app/views/layouts/events.html.haml
Normal file
@@ -0,0 +1,12 @@
|
||||
- @title = "#{App.title} - #{h(@course.full_name)} - Calendário"
|
||||
- @location = capture do
|
||||
= link_to(App.title, "/") + "›"
|
||||
= link_to("Disciplinas", courses_url) + "›"
|
||||
= link_to(h(@course.full_name), course_url(@course)) + "›"
|
||||
= link_to("Calendário", course_events_url)
|
||||
|
||||
- @left_panel = render 'courses/_left_panel'
|
||||
- @right_panel = render 'courses/_right_panel'
|
||||
- @content = yield
|
||||
|
||||
= render 'layouts/base'
|
||||
Reference in New Issue
Block a user