Chris@0:

<%=l(:label_version)%>

Chris@0: chris@22: <% labelled_tabular_form_for :version, @version, :url => project_version_path(@project, @version), :html => {:method => :put} do |f| %> Chris@0: <%= render :partial => 'form', :locals => { :f => f } %> Chris@0: <%= submit_tag l(:button_save) %> Chris@0: <% end %> Chris@0: