# HG changeset patch # User Mads Kiilerich # Date 1359671241 -3600 # Node ID 09ba877db6d31a788a7a49922e31f94795164de1 # Parent 2464ac75d77a3452ec54bba662e590d86e58eda5 user edit and journal: drop "Add repo" - it has a more natural location in the "group" diff -r 2464ac75d77a -r 09ba877db6d3 rhodecode/templates/admin/users/user_edit_my_account.html --- a/rhodecode/templates/admin/users/user_edit_my_account.html Fri Feb 01 00:07:23 2013 +0100 +++ b/rhodecode/templates/admin/users/user_edit_my_account.html Thu Jan 31 23:27:21 2013 +0100 @@ -40,11 +40,6 @@
  • ${_('My pull requests')}
  • - %if h.HasPermissionAny('hg.admin','hg.create.repository')(): -
  • - ${h.link_to(_('Add repo'),h.url('admin_settings_create_repository'))} -
  • - %endif diff -r 2464ac75d77a -r 09ba877db6d3 rhodecode/templates/journal/journal.html --- a/rhodecode/templates/journal/journal.html Fri Feb 01 00:07:23 2013 +0100 +++ b/rhodecode/templates/journal/journal.html Thu Jan 31 23:27:21 2013 +0100 @@ -56,11 +56,6 @@
  • ${_('My repos')}
  • - %if h.HasPermissionAny('hg.admin','hg.create.repository')(): -
  • - ${h.link_to(_('Add repo'),h.url('admin_settings_create_repository'))} -
  • - %endif