diff rhodecode/templates/search/search_content.html @ 2031:82a88013a3fd

merge 1.3 into stable
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 26 Feb 2012 17:25:09 +0200
parents 45e1fdc0082c b6c902d88472
children
line wrap: on
line diff
--- a/rhodecode/templates/search/search_content.html	Sun Feb 19 20:21:14 2012 +0200
+++ b/rhodecode/templates/search/search_content.html	Sun Feb 26 17:25:09 2012 +0200
@@ -5,10 +5,11 @@
     <div class="table">
         <div id="body${cnt}" class="codeblock">
             <div class="code-header">
-                <div class="revision">${h.link_to(h.literal('%s &raquo; %s' % (sr['repository'],sr['f_path'])),
-                h.url('files_home',repo_name=sr['repository'],revision='tip',f_path=sr['f_path']))}</div>
+                <div class="search-path">${h.link_to(h.literal('%s &raquo; %s' % (sr['repository'],sr['f_path'])),
+                h.url('files_home',repo_name=sr['repository'],revision='tip',f_path=sr['f_path']))}
+                </div>
             </div>
-            <div class="code-body">
+            <div class="search-code-body">
                 <pre>${h.literal(sr['content_short_hl'])}</pre>
             </div>
         </div>
@@ -19,13 +20,13 @@
             <div id="body${cnt}" class="codeblock">
                 <div class="error">${_('Permission denied')}</div>
             </div>
-        </div>      
+        </div>
         %endif
-        
-    %endif      
+
+    %endif
 %endfor
 %if c.cur_query and c.formated_results:
 <div class="pagination-wh pagination-left" style="padding-left:16px">
     ${c.formated_results.pager('$link_previous ~2~ $link_next')}
-</div>  
-%endif
\ No newline at end of file
+</div>
+%endif