Mercurial > hg > soundsoftware-site
annotate .svn/pristine/da/dade97d2f6b0fa5fb73e9c17001539def9496f0c.svn-base @ 1524:82fac3dcf466 redmine-2.5-integration
Fix failure to interpret Javascript when autocompleting members for project
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 11 Sep 2014 10:24:38 +0100 |
parents | dffacf8a6908 |
children |
rev | line source |
---|---|
Chris@1517 | 1 <%= title [l(:label_custom_field_plural), custom_fields_path], |
Chris@1517 | 2 l(:label_custom_field_new) %> |
Chris@1517 | 3 |
Chris@1517 | 4 <% selected = 0 %> |
Chris@1517 | 5 <%= form_tag new_custom_field_path, :method => 'get' do %> |
Chris@1517 | 6 <div class="box"> |
Chris@1517 | 7 <p><%= l(:label_custom_field_select_type) %>:</p> |
Chris@1517 | 8 <p> |
Chris@1517 | 9 <% custom_field_type_options.each do |name, type| %> |
Chris@1517 | 10 <label style="display:block;"><%= radio_button_tag 'type', type, 1==selected+=1 %> <%= name %></label> |
Chris@1517 | 11 <% end %> |
Chris@1517 | 12 </p> |
Chris@1517 | 13 </div> |
Chris@1517 | 14 <p><%= submit_tag l(:label_next).html_safe + " »".html_safe, :name => nil %></p> |
Chris@1517 | 15 <% end %> |