|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<ul id="quick-search-results" class="quick-search-results">
|
|
|
|
|
{{{each posts}}}
|
|
|
|
|
<li data-tid="{posts.topic.tid}" data-pid="{posts.pid}">
|
|
|
|
|
<a href="{config.relative_path}/post/{posts.pid}">
|
|
|
|
|
<a href="{config.relative_path}/post/{posts.pid}" class="deco-none">
|
|
|
|
|
{buildAvatar(posts.user, "sm", true)}
|
|
|
|
|
<span class="quick-search-title">{posts.topic.title}</span>
|
|
|
|
|
<br/>
|
|
|
|
|