##// 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 </ul>
48 </ul>
49 </div>
49 </div>
50 <!-- end box / title -->
50 <!-- end box / title -->
51 <div id="perms_container" class="table">
51 <div id="perms_container">
52 <div id="perms" class="table">
52 %for section in sorted(c.rhodecode_user.permissions.keys()):
53 %for section in sorted(c.rhodecode_user.permissions.keys()):
53 <div class="perms_section_head">${section.replace("_"," ").capitalize()}</div>
54 <div class="perms_section_head">${section.replace("_"," ").capitalize()}</div>
54
55
@@ -93,6 +94,7 b''
93 </table>
94 </table>
94 </div>
95 </div>
95 %endfor
96 %endfor
97 </div>
96 </div>
98 </div>
97 <div id="my_container" style="display:none">
99 <div id="my_container" style="display:none">
98 <div class="table yui-skin-sam" id="repos_list_wrap"></div>
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