aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/posts/_form_part.html.erb
diff options
context:
space:
mode:
authorMichael Gall <michael@wakeless.net>2011-05-31 11:38:28 +1000
committerPhilip Arndt <parndt@gmail.com>2011-05-31 13:53:56 +1200
commit60fc7839f8b6227951eed454442b69836840df01 (patch)
treeb34f4b00c7d8616635480befeb5200b68dfacca7 /app/views/admin/blog/posts/_form_part.html.erb
parent7bb8b056f5b181cfdc88afa60799f3a669d9913f (diff)
downloadrefinerycms-blog-60fc7839f8b6227951eed454442b69836840df01.tar.gz
refinerycms-blog-60fc7839f8b6227951eed454442b69836840df01.tar.bz2
refinerycms-blog-60fc7839f8b6227951eed454442b69836840df01.zip
Add page-like tab functionality
Diffstat (limited to 'app/views/admin/blog/posts/_form_part.html.erb')
-rw-r--r--app/views/admin/blog/posts/_form_part.html.erb3
1 files changed, 3 insertions, 0 deletions
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 @@
+<div class='page_part' id='page_part_body'>
+ <%= f.text_area :body, :rows => 20, :class => 'wymeditor widest' -%>
+</div>