|
|
@ -37,5 +37,5 @@ See doc/COPYRIGHT.rdoc for more details. |
|
|
|
|
|
|
|
|
|
|
|
<% labelled_tabular_form_for :version, @version, :url => project_version_path(@project, @version), :html => {:method => :put} do |f| %> |
|
|
|
<% labelled_tabular_form_for :version, @version, :url => project_version_path(@project, @version), :html => {:method => :put} do |f| %> |
|
|
|
<%= render :partial => 'form', :locals => { :f => f } %> |
|
|
|
<%= render :partial => 'form', :locals => { :f => f } %> |
|
|
|
<%= styled_button_tag l(:button_save), class: '-with-icon icon-yes' %> |
|
|
|
<%= styled_button_tag l(:button_save), class: '-highlight -with-icon icon-yes' %> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|