comparison rhodecode/templates/forks/fork.html @ 4155:cee56368e4f9 rhodecode-2.2.5-gpl

old style: fix text areas in fork dialog There's no textarea-repo style, so the entry box isn't properly aligned.
author Andrew Shadura <andrew@shadura.me>
date Sun, 12 Jan 2014 17:29:02 +0100
parents ffd45b185016
children
comparison
equal deleted inserted replaced
4154:a298c1770d8d 4155:cee56368e4f9
38 38
39 <div class="field"> 39 <div class="field">
40 <div class="label label-textarea"> 40 <div class="label label-textarea">
41 <label for="description">${_('Description')}:</label> 41 <label for="description">${_('Description')}:</label>
42 </div> 42 </div>
43 <div class="textarea-repo editor"> 43 <div class="textarea editor">
44 ${h.textarea('description')} 44 ${h.textarea('description')}
45 <span class="help-block">${_('Keep it short and to the point. Use a README file for longer descriptions.')}</span> 45 <span class="help-block">${_('Keep it short and to the point. Use a README file for longer descriptions.')}</span>
46 </div> 46 </div>
47 </div> 47 </div>
48 48