Revision 912:5e80956cc792 app/views/wikis

View differences:

app/views/wikis/destroy.html.erb
1
<h2><%=l(:label_confirmation)%></h2>
2

  
3
<div class="box"><center>
4
<p><strong><%= h(@project.name) %></strong><br /><%=l(:text_wiki_destroy_confirmation)%></p>
5

  
6
<% form_tag({:controller => 'wikis', :action => 'destroy', :id => @project}) do %>
7
<%= hidden_field_tag "confirm", 1 %>
8
<%= submit_tag l(:button_delete) %>
9
<% end %>
10
</center></div>
app/views/wikis/destroy.rhtml
1
<h2><%=l(:label_confirmation)%></h2>
2

  
3
<div class="box"><center>
4
<p><strong><%= @project.name %></strong><br /><%=l(:text_wiki_destroy_confirmation)%></p>
5

  
6
<% form_tag({:controller => 'wikis', :action => 'destroy', :id => @project}) do %>
7
<%= hidden_field_tag "confirm", 1 %>
8
<%= submit_tag l(:button_delete) %>
9
<% end %>
10
</center></div>

Also available in: Unified diff