Changeset - 6725742f029a
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 15 years ago 2010-07-28 20:10:39
marcin@python-works.com
reverted caching from index, it's buggy
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pylons_app/templates/index.html
Show inline comments
 
@@ -51,7 +51,7 @@
 
            </thead>
 
                        <tbody>
 
					    %for cnt,repo in enumerate(c.repos_list):
 
					        %if repo['name'] in c.repo_switcher_list:
 
					        %if h.HasRepoPermissionAny('repository.write','repository.read','repository.admin')(repo['name'],'main page check'):
 
					        <tr class="parity${cnt%2}">
 
					            <td>
 
					             %if repo['repo'].dbrepo.private:
0 comments (0 inline, 0 general)