comparison rhodecode/templates/forks/fork.html @ 2607:7ae36df760ce beta

removed deprecated ui-button
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 15 Jul 2012 02:01:38 +0200
parents 79818f546538
children d5e42c00f3c1
comparison
equal deleted inserted replaced
2606:59fab1f641bf 2607:7ae36df760ce
89 ${h.checkbox('update_after_clone',value="True")} 89 ${h.checkbox('update_after_clone',value="True")}
90 <span class="help-block">${_('Checkout source after making a clone')}</span> 90 <span class="help-block">${_('Checkout source after making a clone')}</span>
91 </div> 91 </div>
92 </div> 92 </div>
93 <div class="buttons"> 93 <div class="buttons">
94 ${h.submit('',_('fork this repository'),class_="ui-button")} 94 ${h.submit('',_('fork this repository'),class_="ui-btn large")}
95 </div> 95 </div>
96 </div> 96 </div>
97 </div> 97 </div>
98 ${h.end_form()} 98 ${h.end_form()}
99 </div> 99 </div>