diff --git a/app/views/refinery/blog/admin/posts/_form.html.erb b/app/views/refinery/blog/admin/posts/_form.html.erb index 9bfd42a..3cdb8c0 100644 --- a/app/views/refinery/blog/admin/posts/_form.html.erb +++ b/app/views/refinery/blog/admin/posts/_form.html.erb @@ -9,6 +9,11 @@ <%= f.label :title -%> <%= f.text_field :title, :class => 'larger widest' -%> + + + <%= f.check_box :draft %> + <%= f.label :draft, t('.save_as_draft'), :class => "stripped" %> +
@@ -50,10 +55,6 @@ :id => 'toggle_advanced_options', :title => t('.toggle_advanced_options') %>

- - <%= f.check_box :draft %> - <%= f.label :draft, t('.save_as_draft'), :class => "stripped" %> -