您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

_issues_relations_mapping.html.erb 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <div class="splitcontent">
  2. <div class="splitcontentleft">
  3. <p>
  4. <label for="import_mapping_unique_id"><%= l(:field_unique_id) %></label>
  5. <%= mapping_select_tag @import, 'unique_id' %>
  6. </p>
  7. <p>
  8. <label for="import_settings_mapping_parent_issue_id"><%= l(:field_parent_issue) %></label>
  9. <%= mapping_select_tag @import, 'parent_issue_id' %>
  10. </p>
  11. <p>
  12. <label for="import_settings_mapping_relation_duplicates"><%= l(:label_duplicates) %></label>
  13. <%= mapping_select_tag @import, 'relation_duplicates' %>
  14. </p>
  15. <p>
  16. <label for="import_settings_mapping_relation_duplicated"><%= l(:label_duplicated_by) %></label>
  17. <%= mapping_select_tag @import, 'relation_duplicated' %>
  18. </p>
  19. <p>
  20. <label for="import_settings_mapping_relation_blocks"><%= l(:label_blocks) %></label>
  21. <%= mapping_select_tag @import, 'relation_blocks' %>
  22. </p>
  23. <p>
  24. <label for="import_settings_mapping_relation_blocked"><%= l(:label_blocked_by) %></label>
  25. <%= mapping_select_tag @import, 'relation_blocked' %>
  26. </p>
  27. </div>
  28. <div class="splitcontentright">
  29. <p></p>
  30. <p>
  31. <label for="import_settings_mapping_relation_relates"><%= l(:label_relates_to) %></label>
  32. <%= mapping_select_tag @import, 'relation_relates' %>
  33. </p>
  34. <p>
  35. <label for="import_settings_mapping_relation_precedes"><%= l(:label_precedes) %></label>
  36. <%= mapping_select_tag @import, 'relation_precedes' %>
  37. </p>
  38. <p>
  39. <label for="import_settings_mapping_relation_follows"><%= l(:label_follows) %></label>
  40. <%= mapping_select_tag @import, 'relation_follows' %>
  41. </p>
  42. <p>
  43. <label for="import_settings_mapping_relation_copied_to"><%= l(:label_copied_to) %></label>
  44. <%= mapping_select_tag @import, 'relation_copied_to' %>
  45. </p>
  46. <p>
  47. <label for="import_settings_mapping_relation_copied_from"><%= l(:label_copied_from) %></label>
  48. <%= mapping_select_tag @import, 'relation_copied_from' %>
  49. </p>
  50. </div>
  51. </div>