From 60fc7839f8b6227951eed454442b69836840df01 Mon Sep 17 00:00:00 2001 From: Michael Gall Date: Tue, 31 May 2011 11:38:28 +1000 Subject: Add page-like tab functionality --- app/views/admin/blog/posts/_form_part.html.erb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/views/admin/blog/posts/_form_part.html.erb (limited to 'app/views/admin/blog/posts/_form_part.html.erb') diff --git a/app/views/admin/blog/posts/_form_part.html.erb b/app/views/admin/blog/posts/_form_part.html.erb new file mode 100644 index 0000000..114e493 --- /dev/null +++ b/app/views/admin/blog/posts/_form_part.html.erb @@ -0,0 +1,3 @@ +
+ <%= f.text_area :body, :rows => 20, :class => 'wymeditor widest' -%> +
-- cgit v1.2.3