Show More
@@ -169,7 +169,7 b'' | |||
|
169 | 169 | %for k, section_perm in sorter(permissions[section].items()): |
|
170 | 170 | %if section_perm.split('.')[-1] != 'none' or show_all: |
|
171 | 171 | <tr class="perm_row ${'%s_%s' % (section, section_perm.split('.')[-1])}"> |
|
172 |
<td class="td-name" |
|
|
172 | <td class="td-name"> | |
|
173 | 173 | %if section == 'repositories': |
|
174 | 174 | <a href="${h.route_path('repo_summary',repo_name=k)}">${k}</a> |
|
175 | 175 | %elif section == 'repositories_groups': |
General Comments 0
You need to be logged in to leave comments.
Login now