Interface: teclas de atalho

This commit is contained in:
2009-09-09 10:35:04 -03:00
parent a10b4fda9b
commit 3cd507b4f9
35 changed files with 55 additions and 54 deletions

View File

@@ -1,10 +1,10 @@
- if @course
- @title = "#{App.title} - #{h(@course.full_name)} - Mudanças recentes"
- @location = capture do
= link_to(App.title, index_url) + "›"
= link_to(App.title, index_url, :accesskey => 'z') + "›"
= link_to("Disciplinas", courses_url) + "›"
= link_to(h(@course.full_name), course_url(@course)) + "›"
= link_to("Log", course_log_url(@course))
= link_to("Mudanças Recentes", course_log_url(@course))
- @left_panel = render 'courses/left_panel'
- @content = yield