path partial view removed
This commit is contained in:
parent
ede0fd8247
commit
e58f91fbd7
@ -3,23 +3,25 @@
|
||||
<div class="contextual">
|
||||
</div>
|
||||
|
||||
<h2><%= render(:partial => "path", :locals => {:path => []}) %></h2>
|
||||
<h2>
|
||||
<%= link_to l(:link_documents), {:controller => 'dmsf', :action => 'show', :id => @project } %>
|
||||
</h2>
|
||||
|
||||
<%= form_for(@project, :url => {:action => "save_root", :id => @project},
|
||||
:html => {:method=>:post}) do |f| %>
|
||||
<div class="box dmsf_detail">
|
||||
<p class="no-ident">
|
||||
<%= label_tag("project_dmsf_description", l(:label_description) + ":") %>
|
||||
</p>
|
||||
<div class="wiki data clear">
|
||||
<%= f.text_area(:dmsf_description, :rows => 15, :class => "wiki-edit") %>
|
||||
</div>
|
||||
</div>
|
||||
<%= submit_tag(l(:submit_save)) %>
|
||||
<%= form_for(@project, :url => {:action => 'save_root', :id => @project},
|
||||
:html => {:method=>:post}) do |f| %>
|
||||
<div class="box dmsf_detail">
|
||||
<p class="no-ident">
|
||||
<%= label_tag('project_dmsf_description', "#{l(:label_description)}:") %>
|
||||
</p>
|
||||
<div class="wiki data clear">
|
||||
<%= f.text_area(:dmsf_description, :rows => 15, :class => 'wiki-edit') %>
|
||||
</div>
|
||||
</div>
|
||||
<%= submit_tag(l(:submit_save)) %>
|
||||
<% end %>
|
||||
|
||||
<%= wikitoolbar_for "dmsf_folder_description" %>
|
||||
<%= wikitoolbar_for 'dmsf_folder_description' %>
|
||||
|
||||
<% content_for :header_tags do %>
|
||||
<%= stylesheet_link_tag "dmsf", :plugin => "redmine_dmsf" %>
|
||||
<%= stylesheet_link_tag 'dmsf', :plugin => 'redmine_dmsf' %>
|
||||
<% end %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user