From f8e38d516a608f03f2c4494c743be18e10e6cc6f Mon Sep 17 00:00:00 2001 From: Nic Haynes Date: Wed, 21 Mar 2012 00:23:42 -0500 Subject: Fix markup for draft input --- app/views/refinery/blog/admin/posts/_form.html.erb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'app/views') diff --git a/app/views/refinery/blog/admin/posts/_form.html.erb b/app/views/refinery/blog/admin/posts/_form.html.erb index 3cdb8c0..a977754 100644 --- a/app/views/refinery/blog/admin/posts/_form.html.erb +++ b/app/views/refinery/blog/admin/posts/_form.html.erb @@ -10,10 +10,12 @@ <%= f.text_field :title, :class => 'larger widest' -%> - - <%= f.check_box :draft %> - <%= f.label :draft, t('.save_as_draft'), :class => "stripped" %> - +
+

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

+
-- cgit v1.2.3