##// END OF EJS Templates
Added some documentation about the Rails Logger. #6135...
Added some documentation about the Rails Logger. #6135 Contributed by Felix Schäfer git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4096 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r3974:be6e0927f3ce
r3982:eb1f58f9624a
Show More
edit.rhtml
7 lines | 243 B | text/html+ruby | RhtmlLexer
<h2><%=l(:label_version)%></h2>
<% labelled_tabular_form_for :version, @version, :url => { :action => 'update', :id => @version } do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
<% end %>