comparison rhodecode/templates/admin/users/user_edit.html @ 2673:d5e42c00f3c1 beta

white space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 27 Jul 2012 01:06:50 +0200
parents 4dbc00e9d0c3
children d2d35cf2b351
comparison
equal deleted inserted replaced
2672:169807710db2 2673:d5e42c00f3c1
204 <a href="${h.url('edit_repo',repo_name=k,anchor='permissions_manage')}">${_('edit')}</a> 204 <a href="${h.url('edit_repo',repo_name=k,anchor='permissions_manage')}">${_('edit')}</a>
205 %elif section == 'repositories_groups': 205 %elif section == 'repositories_groups':
206 <a href="${h.url('edit_repos_group',id=k,anchor='permissions_manage')}">${_('edit')}</a> 206 <a href="${h.url('edit_repos_group',id=k,anchor='permissions_manage')}">${_('edit')}</a>
207 %else: 207 %else:
208 -- 208 --
209 %endif 209 %endif
210 </td> 210 </td>
211 </tr> 211 </tr>
212 %endfor 212 %endfor
213 </tbody> 213 </tbody>
214 </table> 214 </table>