Show More
@@ -48,7 +48,8 b'' | |||
|
48 | 48 | </ul> |
|
49 | 49 | </div> |
|
50 | 50 | <!-- end box / title --> |
|
51 |
<div id="perms_container" |
|
|
51 | <div id="perms_container"> | |
|
52 | <div id="perms" class="table"> | |
|
52 | 53 | %for section in sorted(c.rhodecode_user.permissions.keys()): |
|
53 | 54 | <div class="perms_section_head">${section.replace("_"," ").capitalize()}</div> |
|
54 | 55 | |
@@ -93,6 +94,7 b'' | |||
|
93 | 94 | </table> |
|
94 | 95 | </div> |
|
95 | 96 | %endfor |
|
97 | </div> | |
|
96 | 98 | </div> |
|
97 | 99 | <div id="my_container" style="display:none"> |
|
98 | 100 | <div class="table yui-skin-sam" id="repos_list_wrap"></div> |
General Comments 0
You need to be logged in to leave comments.
Login now