comparison rhodecode/templates/admin/users/user_edit.html @ 2722:ef7520340c44 beta

fixed missing div on my_account + added nothing here yet when there are no pull requests for user
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 20 Aug 2012 18:10:23 +0200
parents d2d35cf2b351
children 63e58ef80ef1 acc05c33cc0c
comparison
equal deleted inserted replaced
2721:36915dd4544d 2722:ef7520340c44
181 ## permissions overview 181 ## permissions overview
182 <div id="perms" class="table"> 182 <div id="perms" class="table">
183 %for section in sorted(c.perm_user.permissions.keys()): 183 %for section in sorted(c.perm_user.permissions.keys()):
184 <div class="perms_section_head">${section.replace("_"," ").capitalize()}</div> 184 <div class="perms_section_head">${section.replace("_"," ").capitalize()}</div>
185 %if not c.perm_user.permissions[section]: 185 %if not c.perm_user.permissions[section]:
186 <span style="color:#B9B9B9">${_('Nothing here yet')}</span> 186 <span class="empty_data">${_('Nothing here yet')}</span>
187 %else: 187 %else:
188 <div id='tbl_list_wrap_${section}' class="yui-skin-sam"> 188 <div id='tbl_list_wrap_${section}' class="yui-skin-sam">
189 <table id="tbl_list_${section}"> 189 <table id="tbl_list_${section}">
190 <thead> 190 <thead>
191 <tr> 191 <tr>