##// END OF EJS Templates
Merge pull request #7618 from minrk/ff-help-links...
Thomas Kluyver -
r20237:93217777 merge
parent child Browse files
Show More
@@ -394,10 +394,12 b' define(['
394 .attr('target', '_blank')
394 .attr('target', '_blank')
395 .attr('title', 'Opens in a new window')
395 .attr('title', 'Opens in a new window')
396 .attr('href', link.url)
396 .attr('href', link.url)
397 .text(link.text)
398 .append($("<i>")
397 .append($("<i>")
399 .addClass("fa fa-external-link menu-icon pull-right")
398 .addClass("fa fa-external-link menu-icon pull-right")
400 )
399 )
400 .append($("<span>")
401 .text(link.text)
402 )
401 )
403 )
402 );
404 );
403 cursor = cursor.next();
405 cursor = cursor.next();
General Comments 0
You need to be logged in to leave comments. Login now