88 <%= link_to date_path ( date : date - 3 . months ) , id : 'prev-quarter' , style : 'color: transparent;' , data : { target : 'revealable.colorable' } do %>
99 <%= render 'icons/chevron_double_left' %>
1010 <% end %>
11- <%= link_to date_path ( date : date - 1 . month ) , id : 'prev-month' , style : 'color: transparent;' , data : { target : 'revealable.colorable' } do %>
11+ <%= link_to date_path ( date : date - 1 . month ) , id : 'prev-month' , style : 'color: transparent;' , data : { target : 'revealable.colorable keyboard-navigation.shiftLeft ' } do %>
1212 <%= render 'icons/chevron_left' %>
1313 <% end %>
14- <%= link_to date_path ( date : date - 1 . week ) , id : 'prev-week' , style : 'color: transparent;' , data : { target : 'revealable.colorable' } do %>
14+ <%= link_to date_path ( date : date - 1 . week ) , id : 'prev-week' , style : 'color: transparent;' , data : { target : 'revealable.colorable keyboard-navigation.altLeft ' } do %>
1515 <%= render 'icons/chevron_double_left' %>
1616 <% end %>
17- <%= link_to date_path ( date : date . prev_day ) , id : 'prev-day' , style : 'color: transparent;' , data : { target : 'revealable.colorable' } do %>
17+ <%= link_to date_path ( date : date . prev_day ) , id : 'prev-day' , style : 'color: transparent;' , data : { target : 'revealable.colorable keyboard-navigation.left ' } do %>
1818 <%= render 'icons/chevron_left' %>
1919 <% end %>
2020
2121 < span id ="this-month "> <%= date . strftime ( '%b' ) %> </ span >
2222 < span id ="this-day "> <%= date . strftime ( '%e %a' ) %> </ span >
2323 < span id ="this-year "> <%= date . strftime ( '%Y' ) %> </ span >
2424
25- <%= link_to date_path ( date : date . next_day ) , id : 'next-day' , style : 'color: transparent;' , data : { target : 'revealable.colorable' } do %>
25+ <%= link_to date_path ( date : date . next_day ) , id : 'next-day' , style : 'color: transparent;' , data : { target : 'revealable.colorable keyboard-navigation.right ' } do %>
2626 <%= render 'icons/chevron_right' %>
2727 <% end %>
28- <%= link_to date_path ( date : date + 1 . week ) , id : 'next-week' , style : 'color: transparent;' , data : { target : 'revealable.colorable' } do %>
28+ <%= link_to date_path ( date : date + 1 . week ) , id : 'next-week' , style : 'color: transparent;' , data : { target : 'revealable.colorable keyboard-navigation.altRight ' } do %>
2929 <%= render 'icons/chevron_double_right' %>
3030 <% end %>
31- <%= link_to date_path ( date : date + 1 . month ) , id : 'next-month' , style : 'color: transparent;' , data : { target : 'revealable.colorable' } do %>
31+ <%= link_to date_path ( date : date + 1 . month ) , id : 'next-month' , style : 'color: transparent;' , data : { target : 'revealable.colorable keyboard-navigation.shiftRight ' } do %>
3232 <%= render 'icons/chevron_right' %>
3333 <% end %>
3434 <%= link_to date_path ( date : date + 3 . months ) , id : 'next-quarter' , style : 'color: transparent;' , data : { target : 'revealable.colorable' } do %>
4040 <%= link_to date_path ( date : date + 10 . years ) , id : 'next-decade' , style : 'color: transparent;' , data : { target : 'revealable.colorable' } do %>
4141 <%= render 'icons/chevron_double_right' %>
4242 <% end %>
43- </ div >
43+ </ div >
0 commit comments