Mercurial > hg > soundsoftware-site
comparison app/views/issues/.svn/text-base/_attributes.rhtml.svn-base @ 22:40f7cfd4df19
* Update to SVN trunk rev 4173
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 24 Sep 2010 14:06:04 +0100 |
parents | 513646585e45 |
children | cbce1fd3b1b7 |
comparison
equal
deleted
inserted
replaced
14:1d32c0a0efbf | 22:40f7cfd4df19 |
---|---|
21 <% unless @issue.assignable_versions.empty? %> | 21 <% unless @issue.assignable_versions.empty? %> |
22 <p><%= f.select :fixed_version_id, version_options_for_select(@issue.assignable_versions, @issue.fixed_version), :include_blank => true %> | 22 <p><%= f.select :fixed_version_id, version_options_for_select(@issue.assignable_versions, @issue.fixed_version), :include_blank => true %> |
23 <%= prompt_to_remote(image_tag('add.png', :style => 'vertical-align: middle;'), | 23 <%= prompt_to_remote(image_tag('add.png', :style => 'vertical-align: middle;'), |
24 l(:label_version_new), | 24 l(:label_version_new), |
25 'version[name]', | 25 'version[name]', |
26 {:controller => 'versions', :action => 'new', :project_id => @project}, | 26 {:controller => 'versions', :action => 'create', :project_id => @project}, |
27 :title => l(:label_version_new), | 27 :title => l(:label_version_new), |
28 :tabindex => 200) if authorize_for('versions', 'new') %> | 28 :tabindex => 200) if authorize_for('versions', 'new') %> |
29 </p> | 29 </p> |
30 <% end %> | 30 <% end %> |
31 </div> | 31 </div> |
38 <p><%= f.select :done_ratio, ((0..10).to_a.collect {|r| ["#{r*10} %", r*10] }) %></p> | 38 <p><%= f.select :done_ratio, ((0..10).to_a.collect {|r| ["#{r*10} %", r*10] }) %></p> |
39 <% end %> | 39 <% end %> |
40 </div> | 40 </div> |
41 | 41 |
42 <div style="clear:both;"> </div> | 42 <div style="clear:both;"> </div> |
43 <%= render :partial => 'form_custom_fields' %> | 43 <%= render :partial => 'issues/form_custom_fields' %> |
44 | 44 |
45 <% end %> | 45 <% end %> |