Interface: teclas de atalho
This commit is contained in:
@@ -4,4 +4,4 @@
|
||||
%p
|
||||
- form_tag course_event_url(@course, @event), :method => :put do
|
||||
= render :partial => 'form'
|
||||
= submit_tag 'Editar'
|
||||
= submit_tag 'Editar', :accesskey => 'e'
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
- last_date = nil
|
||||
|
||||
.cmd
|
||||
= action_icon 'add', 'Adicionar evento', new_course_event_url
|
||||
= action_icon 'add', 'Adicionar evento', new_course_event_url, :accesskey => '+'
|
||||
|
||||
%h4.title= h(@course.full_name)
|
||||
%h1.title Calendário
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
%p
|
||||
- form_tag course_events_url(@course), :method => :post do
|
||||
= render :partial => 'form'
|
||||
= submit_tag "Adicionar"
|
||||
= submit_tag "Adicionar", :accesskey => 'e'
|
||||
|
||||
Reference in New Issue
Block a user