##// END OF EJS Templates
Ruby 1.9: fix parsing error fr.yml with psych yaml library (#8847)....
Ruby 1.9: fix parsing error fr.yml with psych yaml library (#8847). It seems that double quote and escape is need for non ASCII and backslash on ruby 1.9.2p290 (2011-07-09 revision 32553) [i686-linux]. Contributed by Etienne Massip. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6644 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r4388:a8b12bcb5202
r6524:f0fc9b4db3c7
Show More
_form.rhtml
14 lines | 724 B | text/html+ruby | RhtmlLexer
<%= error_messages_for 'relation' %>
<p><%= f.select :relation_type, collection_for_relation_type_select, {}, :onchange => "setPredecessorFieldsVisibility();" %>
<%= l(:label_issue) %> #<%= f.text_field :issue_to_id, :size => 10 %>
<div id="related_issue_candidates" class="autocomplete"></div>
<%= javascript_tag "observeRelatedIssueField('#{auto_complete_issues_path(:id => @issue, :project_id => @project) }')" %>
<span id="predecessor_fields" style="display:none;">
<%= l(:field_delay) %>: <%= f.text_field :delay, :size => 3 %> <%= l(:label_day_plural) %>
</span>
<%= submit_tag l(:button_add) %>
<%= toggle_link l(:button_cancel), 'new-relation-form'%>
</p>
<%= javascript_tag "setPredecessorFieldsVisibility();" %>