Improve alias rendering
This commit is contained in:
parent
cf9209f872
commit
e81b59bba8
4 changed files with 16 additions and 6 deletions
|
@ -1273,7 +1273,7 @@
|
|||
output += '<tr class="' + type + ' result"><td>' +
|
||||
'<a href="' + item.href + '">' +
|
||||
(item.is_alias === true ?
|
||||
('<span><b>' + item.alias + ' </b></span><span ' +
|
||||
('<span class="alias"><b>' + item.alias + ' </b></span><span ' +
|
||||
'class="grey"><i> - see </i></span>') : '') +
|
||||
item.displayPath + '<span class="' + type + '">' +
|
||||
name + '</span></a></td><td>' +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue