##// END OF EJS Templates
Option for long text custom fields to be displayed under the description field (#21705)....
Option for long text custom fields to be displayed under the description field (#21705). Based on patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16251 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r15790:2734eaffd823
r15869:b40d66f39fa8
Show More
index.js.erb
2 lines | 184 B | text/plain | TextLexer
Jean-Philippe Lang
Replaces project jump select with custom dropdown (#23310)....
r15612 <% s = @projects.any? ? render_projects_for_jump_box(@projects) : content_tag('span', l(:label_no_data)) %>
Jean-Philippe Lang
Adds a link to all projects in the jump drop down (#23310)....
r15790 $('#project-jump .drdn-items.projects').html('<%= escape_javascript s %>');