Files @ 2ec4a2a53167
Branch filter:

Location: kallithea/rhodecode/tests/functional/test_admin_repos_groups.py

Marcin Kuzminski
added delete button into repository settings form, it makes more natural to have it there.
Users where confused by my account -> my repos where deletion is also possible
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass