Files @ cee56368e4f9
Branch filter:

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

Andrew Shadura
old style: fix text areas in fork dialog

There's no textarea-repo style, so the entry box
isn't properly aligned.
1
2
3
4
from rhodecode.tests import *

class TestRepoGroupsController(TestController):
    pass