changeset 3678:a0a692cb0bec beta

fixed my account page tabs
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 04 Apr 2013 22:46:34 +0200
parents 3c79c197e95d
children 00a486622a2e
files rhodecode/templates/admin/users/user_edit_my_account.html
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/admin/users/user_edit_my_account.html	Thu Apr 04 22:39:08 2013 +0200
+++ b/rhodecode/templates/admin/users/user_edit_my_account.html	Thu Apr 04 22:46:34 2013 +0200
@@ -44,8 +44,10 @@
     </div>
     <!-- end box / title -->
     ## permissions overview
+    <div id="perms_container">
     <%namespace name="p" file="/base/perms_summary.html"/>
     ${p.perms_summary(c.perm_user.permissions)}
+    </div>
 
     <div id="my_container" style="display:none">
         <div class="table yui-skin-sam" id="repos_list_wrap"></div>