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