app/views/admin/posts/new.html.erb in tb_blog-1.2.1 vs app/views/admin/posts/new.html.erb in tb_blog-1.3.0.beta1
- old
+ new
@@ -1 +1 @@
-<%= form_for @post, :url => admin_posts_path do |f| %>
+<%= form_for @post, :url => admin_posts_path, :html => {:class => 'form-horizontal'} do |f| %>
\ No newline at end of file