summaryrefslogtreecommitdiffstats
path: root/app/views/versions/_form.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-04-28 10:36:12 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-04-28 10:36:12 +0000
commit10191813ec9b5671ffd58008fcc832379f811009 (patch)
tree1238124192c80d6d53ccb907580394c5bd1b9f96 /app/views/versions/_form.rhtml
parentbe071deae29935ebb4dbcd3a7e445e290061b883 (diff)
downloadredmine-10191813ec9b5671ffd58008fcc832379f811009.tar.gz
redmine-10191813ec9b5671ffd58008fcc832379f811009.zip
Merged r1307 to r1369 from trunk.
git-svn-id: http://redmine.rubyforge.org/svn/branches/0.7-stable@1370 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/versions/_form.rhtml')
-rw-r--r--app/views/versions/_form.rhtml7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/versions/_form.rhtml b/app/views/versions/_form.rhtml
index e18f912bf..adc83b573 100644
--- a/app/views/versions/_form.rhtml
+++ b/app/views/versions/_form.rhtml
@@ -6,10 +6,3 @@
<p><%= f.text_field :wiki_page_title, :label => :label_wiki_page, :size => 60, :disabled => @project.wiki.nil? %></p>
<p><%= f.text_field :effective_date, :size => 10 %><%= calendar_for('version_effective_date') %></p>
</div>
-
-<% 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 %>