Changeset - c47e7838fe9d
[Not reviewed]
default
0 2 0
timeless@gmail.com - 10 years ago 2016-05-03 13:59:39
timeless@gmail.com
spelling: highlighting
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/search/search_commit.html
Show inline comments
 
##commit highligthing
 
##commit highlighting
 

	
 
%for cnt,sr in enumerate(c.formated_results):
 
    %if h.HasRepoPermissionAny('repository.write','repository.read','repository.admin')(sr['repository'],'search results check'):
 
    <div class="table">
 
        <div id="body${cnt}" class="codeblock">
 
            <div class="code-header">
kallithea/templates/search/search_content.html
Show inline comments
 
##content highligthing
 
##content highlighting
 

	
 
%for cnt,sr in enumerate(c.formated_results):
 
    %if h.HasRepoPermissionAny('repository.write','repository.read','repository.admin')(sr['repository'],'search results check'):
 
    <div class="table">
 
        <div id="body${cnt}" class="codeblock">
 
            <div class="code-header">
0 comments (0 inline, 0 general)