aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/posts/_teaser_part.html.erb
diff options
context:
space:
mode:
authorJoe Sak <joe@joesak.com>2011-06-23 09:43:53 -0500
committerJoe Sak <joe@joesak.com>2011-06-23 09:43:53 -0500
commit787a0916b1514a7b904f5653d0c2810aab4ffa94 (patch)
treefc747e8f06428af8d057f1666082750f5d603811 /app/views/admin/blog/posts/_teaser_part.html.erb
parente906ed2eca96a87b737052d55ef635ce60fbffdc (diff)
parent767346b6941dbdff3aa2ef1f58a87429597da212 (diff)
downloadrefinerycms-blog-787a0916b1514a7b904f5653d0c2810aab4ffa94.tar.gz
refinerycms-blog-787a0916b1514a7b904f5653d0c2810aab4ffa94.tar.bz2
refinerycms-blog-787a0916b1514a7b904f5653d0c2810aab4ffa94.zip
Merge branch 'custom_teasers' of https://github.com/wikyd/refinerycms-blog into wikyd-custom-teasers
Diffstat (limited to 'app/views/admin/blog/posts/_teaser_part.html.erb')
-rw-r--r--app/views/admin/blog/posts/_teaser_part.html.erb11
1 files changed, 11 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..d615812
--- /dev/null
+++ b/app/views/admin/blog/posts/_teaser_part.html.erb
@@ -0,0 +1,11 @@
+<div class='page_part' id='page_part_teaser'>
+ <%= f.text_area :custom_teaser, :rows => 20, :class => 'wymeditor widest' -%>
+ <p>
+ <span class='clearfix label_inline_with_link'>
+ <%= link_to t('admin.blog.posts.form.copy_body'), "#",
+ :id => 'copy_body_link',
+ :title => t('admin.blog.posts.form.copy_body_help') %>
+ </span>
+ </p>
+</div>
+