##// END OF EJS Templates
Prevent NoMethodError on nil class if custom_fields params is not present in IssuesController#new (#969)....
Prevent NoMethodError on nil class if custom_fields params is not present in IssuesController#new (#969). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1317 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r936:92a23c05bb71
r1302:e4da9d6f10ed
Show More
destroy.rhtml
13 lines | 392 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <h2><%=l(:label_confirmation)%></h2>
<div class="box">
<center>
Jean-Philippe Lang
Project name format limitation removed (name can now contain any character)....
r936 <p><strong><%=h @project_to_destroy.name %></strong><br />
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <%=l(:text_project_destroy_confirmation)%></p>
<p>
Jean-Philippe Lang
Added the ability to archive projects:...
r546 <% form_tag({:controller => 'projects', :action => 'destroy', :id => @project_to_destroy}) do %>
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <%= hidden_field_tag "confirm", 1 %>
<%= submit_tag l(:button_delete) %>
<% end %>
</p>
</center>
Jean-Philippe Lang
Initial commit...
r2 </div>