##// END OF EJS Templates
Fixed: Syntax highlighting unavailable from board new topic or topic edit preview (#7625)....
Fixed: Syntax highlighting unavailable from board new topic or topic edit preview (#7625). Contributed by Etienne Massip. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4889 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r3983:bd193a026df0
r4769:58f5d3ab098b
Show More
edit.rhtml
7 lines | 271 B | text/html+ruby | RhtmlLexer
<h2><%=l(:label_version)%></h2>
<% labelled_tabular_form_for :version, @version, :url => project_version_path(@project, @version), :html => {:method => :put} do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
<% end %>