##// END OF EJS Templates
wrapped javascript with //<![CDATA[ in my/page_layout...
wrapped javascript with //<![CDATA[ in my/page_layout git-svn-id: http://redmine.rubyforge.org/svn/trunk@245 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r181:845460b16525
r242:10e77d865b6c
Show More
destroy.rhtml
13 lines | 382 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <h2><%=l(:label_confirmation)%></h2>
Jean-Philippe Lang
Initial commit...
r2 <div class="box">
<center>
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <p><strong><%= @project.name %></strong><br />
<%=l(:text_project_destroy_confirmation)%></p>
Jean-Philippe Lang
Initial commit...
r2 <p>
Jean-Philippe Lang
deprecated start_form_tag replaced by form_tag...
r181 <% form_tag({:controller => 'projects', :action => 'destroy', :id => @project}) do %>
Jean-Philippe Lang
Initial commit...
r2 <%= hidden_field_tag "confirm", 1 %>
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <%= submit_tag l(:button_delete) %>
Jean-Philippe Lang
deprecated start_form_tag replaced by form_tag...
r181 <% end %>
Jean-Philippe Lang
Initial commit...
r2 </p>
</center>
</div>