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 0 insertions and 4 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/files/files_browser.html
Show inline comments
 
@@ -70,17 +70,13 @@
 
                </tr>
 
                %endif
 

	
 
            %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:
 
                     </td>
 
                     <td>
 
                     %if node.is_file():
 
                         ${h.format_byte_size(node.size,binary=True)}
 
                     %endif
 
                     </td>
0 comments (0 inline, 0 general)