diff options
Diffstat (limited to 'app/views/projects/add_issue.rhtml')
-rw-r--r-- | app/views/projects/add_issue.rhtml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/projects/add_issue.rhtml b/app/views/projects/add_issue.rhtml index dfd1b314e..88be854c2 100644 --- a/app/views/projects/add_issue.rhtml +++ b/app/views/projects/add_issue.rhtml @@ -47,4 +47,11 @@ if (document.getElementById) { } //]]> </script> +<% end %> + +<% content_for :header_tags do %> +<%= javascript_include_tag 'calendar/calendar' %> +<%= javascript_include_tag "calendar/lang/calendar-#{current_language}.js" %> +<%= javascript_include_tag 'calendar/calendar-setup' %> +<%= stylesheet_link_tag 'calendar' %> <% end %>
\ No newline at end of file |