##// END OF EJS Templates
Added wiki annotate view. It's accessible for each version from the page history view. ...
Added wiki annotate view. It's accessible for each version from the page history view. Slight style change: pre-wrap added on file/diff contents. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1020 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r936:92a23c05bb71
r1007:31c6ebb31046
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>