Changeset - 11f01d4cdacd
[Not reviewed]
default
0 1 0
Sean Farley - 11 years ago 2014-10-31 22:10:21
sean.michael.farley@gmail.com
files_browser: remove unnecessary if statement
1 file changed with 1 insertions and 5 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/files/files_browser.html
Show inline comments
 
@@ -73,11 +73,7 @@
 
            %for cnt,node in enumerate(c.file):
 
                <tr class="parity${cnt%2}">
 
                     <td>
 
                        %if node.is_submodule():
 
                           ${h.link_to(node.name,file_url(node,c),class_=file_class(node)+" ypjax-link")}
 
                        %else:
 
                          ${h.link_to(node.name,file_url(node,c),class_=file_class(node)+" ypjax-link")}
 
                        %endif:
 
                         ${h.link_to(node.name,file_url(node,c),class_=file_class(node)+" ypjax-link")}
 
                     </td>
 
                     <td>
 
                     %if node.is_file():
0 comments (0 inline, 0 general)