diff --git a/rhodecode/templates/search/search_content.html b/rhodecode/templates/search/search_content.html --- a/rhodecode/templates/search/search_content.html +++ b/rhodecode/templates/search/search_content.html @@ -5,10 +5,11 @@
-
${h.link_to(h.literal('%s » %s' % (sr['repository'],sr['f_path'])), - h.url('files_home',repo_name=sr['repository'],revision='tip',f_path=sr['f_path']))}
+
${h.link_to(h.literal('%s » %s' % (sr['repository'],sr['f_path'])), + h.url('files_home',repo_name=sr['repository'],revision='tip',f_path=sr['f_path']))} +
-
+
${h.literal(sr['content_short_hl'])}
@@ -19,13 +20,13 @@
${_('Permission denied')}
-
+
%endif - - %endif + + %endif %endfor %if c.cur_query and c.formated_results:
${c.formated_results.pager('$link_previous ~2~ $link_next')} -
-%endif \ No newline at end of file + +%endif