##// END OF EJS Templates
Fixed: 404 when "Apply" clicked on activity page (#2251)....
Fixed: 404 when "Apply" clicked on activity page (#2251). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2082 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1300:68fe7856c921
r2080:d3386a5af784
Show More
_form.rhtml
8 lines | 399 B | text/html+ruby | RhtmlLexer
<%= error_messages_for 'version' %>
<div class="box">
<p><%= f.text_field :name, :size => 60, :required => true %></p>
<p><%= f.text_field :description, :size => 60 %></p>
<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>