Skip to content
Snippets Groups Projects
Commit d1e78d7a authored by Vincent Petry's avatar Vincent Petry
Browse files

Correctly set svg for crumb divider

parent 7c9537f3
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@
var $image;
var $link = $('<a></a>').attr('href', this.getCrumbUrl(part, i));
$link.text(part.name);
$crumb = $('<div class="crumb"></div>');
$crumb = $('<div class="crumb svg"></div>');
$crumb.append($link);
$crumb.attr('data-dir', part.dir);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment