##// END OF EJS Templates
Fixes #765: Date pickers don't work on issues' bulk edit view....
Jean-Philippe Lang -
r1174:4f9f3097d905
parent child
Show More
@@ -43,3 +43,10
43 43
44 44 <p><%= submit_tag l(:button_submit) %>
45 45 <% end %>
46
47 <% content_for :header_tags do %>
48 <%= javascript_include_tag 'calendar/calendar' %>
49 <%= javascript_include_tag "calendar/lang/calendar-#{current_language}.js" %>
50 <%= javascript_include_tag 'calendar/calendar-setup' %>
51 <%= stylesheet_link_tag 'calendar' %>
52 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now