diff 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
line wrap: on
line diff
--- a/rhodecode/templates/forks/fork.html	Sat Jul 14 20:31:43 2012 +0200
+++ b/rhodecode/templates/forks/fork.html	Sun Jul 15 02:01:38 2012 +0200
@@ -91,7 +91,7 @@
                 </div>
              </div>
 	        <div class="buttons">
-	          ${h.submit('',_('fork this repository'),class_="ui-button")}
+	          ${h.submit('',_('fork this repository'),class_="ui-btn large")}
 	        </div>
         </div>
     </div>