Skip to content

Commit

Permalink
Fix formatting issue on html search results page
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Jan 30, 2017
1 parent da0addd commit dae9226
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@
<div>
<h5>
<div>
<a href="/file/${result.codeId}/${result.codePath}">${result.fileName}</a><span> in </span><a href="/repository/overview/${result.repoName}/">${result.repoName}</a>
<a href="/file/${result.codeId}/${result.codePath}">${result.fileName}</a><span> in </span><a href="/repository/overview/${result.repoName}/">${result.repoName}</a> <small>| ${result.codePath?html} | ${result.codeLines} lines | ${result.languageName?html}</small>
</div>
<small>| ${result.codePath?html} | ${result.codeLines} lines | ${result.languageName?html}</small>
</h5>
</div>
<ol class="code-result">
Expand Down

0 comments on commit dae9226

Please sign in to comment.