* fixed major version increase after commit
git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@115 5e329b0b-a2ee-ea63-e329-299493fc886d
This commit is contained in:
parent
02fdf9ba1d
commit
77461374cb
@ -40,9 +40,9 @@ end
|
||||
<%= label_tag("commited_files[#{i}][version]_minor", l(:label_version) + ":") %>
|
||||
</p>
|
||||
<div class="data clear">
|
||||
<%= radio_button_tag("commited_files[#{i}][version]", "minor", true) %>
|
||||
<%= radio_button_tag("commited_files[#{i}][version]", 1, true) %>
|
||||
<%= upload.major_version %>.<%= upload.minor_version + 1 %> <%= l(:option_version_minor) %><br />
|
||||
<%= radio_button_tag("commited_files[#{i}][version]", "major") %>
|
||||
<%= radio_button_tag("commited_files[#{i}][version]", 2) %>
|
||||
<%= upload.major_version + 1 %>.0 <%= l(:option_version_major) %><br />
|
||||
</div>
|
||||
<p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user