Files
Redmine/app/views/projects/index.js.erb
Jean-Philippe Lang 2734eaffd8 Adds a link to all projects in the jump drop down (#23310).
git-svn-id: http://svn.redmine.org/redmine/trunk@16172 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-01-10 18:33:36 +00:00

3 lines
184 B
Plaintext

<% s = @projects.any? ? render_projects_for_jump_box(@projects) : content_tag('span', l(:label_no_data)) %>
$('#project-jump .drdn-items.projects').html('<%= escape_javascript s %>');