# HG changeset patch # User Andrew Shadura # Date 2014-01-12 17:29:02 # Node ID cee56368e4f9e188d99606d4fa110ddbe8484233 # Parent a298c1770d8d1ba63777bf4c26e3975764b7c113 old style: fix text areas in fork dialog There's no textarea-repo style, so the entry box isn't properly aligned. diff --git a/rhodecode/templates/forks/fork.html b/rhodecode/templates/forks/fork.html --- a/rhodecode/templates/forks/fork.html +++ b/rhodecode/templates/forks/fork.html @@ -40,7 +40,7 @@ ${self.repo_context_bar('createfork')}
-
+
${h.textarea('description')} ${_('Keep it short and to the point. Use a README file for longer descriptions.')}