comparison rhodecode/templates/admin/repos/repo_edit.html @ 3029:685ebc84c2e9 beta

White space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 26 Nov 2012 20:14:40 +0100
parents 00498b3e4c88
children 7297ffb60900
comparison
equal deleted inserted replaced
3028:30a226406fa4 3029:685ebc84c2e9
202 <th>${_('Key')}</th> 202 <th>${_('Key')}</th>
203 <th>${_('Active')}</th> 203 <th>${_('Active')}</th>
204 </tr> 204 </tr>
205 %for cache in c.repo_info.cache_keys: 205 %for cache in c.repo_info.cache_keys:
206 <tr> 206 <tr>
207 <td>${cache.prefix or '-'}</td> 207 <td>${cache.prefix or '-'}</td>
208 <td>${cache.cache_key}</td> 208 <td>${cache.cache_key}</td>
209 <td>${h.bool2icon(cache.cache_active)}</td> 209 <td>${h.bool2icon(cache.cache_active)}</td>
210 </tr> 210 </tr>
211 %endfor 211 %endfor
212 </table> 212 </table>