##// END OF EJS Templates
my_account: change markup so permission list get perms.table style
Mads Kiilerich -
r3196:809fe2d3 beta
parent child Browse files
Show More
@@ -48,7 +48,8 b''
48 48 </ul>
49 49 </div>
50 50 <!-- end box / title -->
51 <div id="perms_container" class="table">
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
@@ -94,6 +95,7 b''
94 95 </div>
95 96 %endfor
96 97 </div>
98 </div>
97 99 <div id="my_container" style="display:none">
98 100 <div class="table yui-skin-sam" id="repos_list_wrap"></div>
99 101 <div id="user-paginator" style="padding: 0px 0px 0px 20px"></div>
General Comments 0
You need to be logged in to leave comments. Login now