diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-28 10:36:12 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-28 10:36:12 +0000 |
commit | 10191813ec9b5671ffd58008fcc832379f811009 (patch) | |
tree | 1238124192c80d6d53ccb907580394c5bd1b9f96 /app/views/versions/_form.rhtml | |
parent | be071deae29935ebb4dbcd3a7e445e290061b883 (diff) | |
download | redmine-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.rhtml | 7 |
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 %> |