Mercurial > wikked
diff static/tpl/search-results.html @ 110:827e236aa7c6
Various front-end fixes:
- Handle absolute URLs correctly.
- Show the state warning only after the page has rendered.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 14 Nov 2013 15:21:48 -0800 |
parents | b03f083c3a29 |
children | 74eb145eb839 |
line wrap: on
line diff
--- a/static/tpl/search-results.html Tue Nov 12 13:54:29 2013 -0800 +++ b/static/tpl/search-results.html Thu Nov 14 15:21:48 2013 -0800 @@ -10,7 +10,7 @@ <ul class="search-results"> {{#each hits}} <li> - <h3><a href="/#/read/{{url}}">{{title}}</a></h3> + <h3><a href="/#/read{{url}}">{{title}}</a></h3> <div class="highlighted"><pre><code>{{{content_highlights}}}</code></pre></div> </li> {{/each}}