comparison rhodecode/templates/admin/repos_groups/repos_groups_show.html @ 1633:2c0d35e336b5 beta

refactoring of models names for repoGroup permissions
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 02 Nov 2011 03:08:33 +0200
parents 27be8f94c207
children 94e9e8605096
comparison
equal deleted inserted replaced
1632:5b2cf21b1947 1633:2c0d35e336b5
30 30
31 <thead> 31 <thead>
32 <tr> 32 <tr>
33 <th class="left"><a href="#">${_('Group name')}</a></th> 33 <th class="left"><a href="#">${_('Group name')}</a></th>
34 <th class="left"><a href="#">${_('Description')}</a></th> 34 <th class="left"><a href="#">${_('Description')}</a></th>
35 <th class="left"><a href="#">${_('Number of repositories')}</a></th> 35 <th class="left"><a href="#">${_('Number of toplevel repositories')}</a></th>
36 <th class="left">${_('action')}</th> 36 <th class="left">${_('action')}</th>
37 </tr> 37 </tr>
38 </thead> 38 </thead>
39 39
40 ## REPO GROUPS 40 ## REPO GROUPS