summaryrefslogtreecommitdiffstats
path: root/app/views/account
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-03-31 21:48:01 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-03-31 21:48:01 +0000
commit68fe7856c9218d0bfa5c4cf468e7120cf2c964d4 (patch)
treee0ff2e92047667b8161b89bb5c39a49cb90bdf52 /app/views/account
parent0d9e4196463b5cacc103186f888097b6189f58d5 (diff)
downloadredmine-68fe7856c9218d0bfa5c4cf468e7120cf2c964d4.tar.gz
redmine-68fe7856c9218d0bfa5c4cf468e7120cf2c964d4.zip
Move repetitive calendar include code from views into helper (patch #966 by Peter Suschlik).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1315 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/account')
-rw-r--r--app/views/account/register.rhtml7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/account/register.rhtml b/app/views/account/register.rhtml
index c1425a380..7cf4b6da3 100644
--- a/app/views/account/register.rhtml
+++ b/app/views/account/register.rhtml
@@ -35,10 +35,3 @@
<%= submit_tag l(:button_submit) %>
<% 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 %>