##// END OF EJS Templates
Fixed: {{toc}} uses identical anchors for subsections with the same name (#8194)....
Fixed: {{toc}} uses identical anchors for subsections with the same name (#8194). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8871 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r8021:9636882c1e89
r8751:4ccb8983606f
Show More
_edit.html.erb
4 lines | 141 B | text/plain | TextLexer
Jean-Philippe Lang
Use #labelled_form_for instead of #labelled_tabular_form_for....
r8021 <% labelled_form_for @project do |f| %>
Jean-Philippe Lang
Added project module concept....
r714 <%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
<% end %>