Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
11
app/views/wikis/destroy.html.erb
Normal file
11
app/views/wikis/destroy.html.erb
Normal file
|
@ -0,0 +1,11 @@
|
|||
<h2><%=l(:label_confirmation)%></h2>
|
||||
|
||||
<div class="warning">
|
||||
<p><strong><%= @project.name %></strong><br /><%=l(:text_wiki_destroy_confirmation)%></p>
|
||||
</div>
|
||||
|
||||
<%= form_tag({:controller => 'wikis', :action => 'destroy', :id => @project}) do %>
|
||||
<%= hidden_field_tag "confirm", 1 %>
|
||||
<%= submit_tag l(:button_delete) %>
|
||||
<%= link_to l(:button_cancel), settings_project_path(@project, :tab => 'wiki') %>
|
||||
<% end %>
|
1
app/views/wikis/edit.js.erb
Normal file
1
app/views/wikis/edit.js.erb
Normal file
|
@ -0,0 +1 @@
|
|||
$('#tab-content-wiki').html('<%= escape_javascript(render :partial => 'projects/settings/wiki') %>');
|
Loading…
Add table
Add a link
Reference in a new issue