aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/posts/_teaser_part.html.erb
diff options
context:
space:
mode:
authorKyle Wilkinson <kai@wikyd.org>2011-06-21 02:48:48 -0700
committerKyle Wilkinson <kai@wikyd.org>2011-06-21 02:48:48 -0700
commit3c0412bfaa3c2dc3fff319af0c812f7a9fb286a3 (patch)
treee9990e3da58248df07f6118b2313734a510f03b4 /app/views/admin/blog/posts/_teaser_part.html.erb
parent610cd865f27c458921e76ab340de41a642823cba (diff)
downloadrefinerycms-blog-3c0412bfaa3c2dc3fff319af0c812f7a9fb286a3.tar.gz
refinerycms-blog-3c0412bfaa3c2dc3fff319af0c812f7a9fb286a3.tar.bz2
refinerycms-blog-3c0412bfaa3c2dc3fff319af0c812f7a9fb286a3.zip
Add tab field for the custom teaser. Currently, width is set to zero for teaser editor... need to debug.
Diffstat (limited to 'app/views/admin/blog/posts/_teaser_part.html.erb')
-rw-r--r--app/views/admin/blog/posts/_teaser_part.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/admin/blog/posts/_teaser_part.html.erb b/app/views/admin/blog/posts/_teaser_part.html.erb
new file mode 100644
index 0000000..22711a9
--- /dev/null
+++ b/app/views/admin/blog/posts/_teaser_part.html.erb
@@ -0,0 +1,4 @@
+<div class='page_part' id='page_part_teaser'>
+ <%= f.text_area :custom_teaser, :rows => 20, :class => 'wymeditor widest' -%>
+</div>
+