aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/admin/blog/posts/_teaser_part.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/refinery/admin/blog/posts/_teaser_part.html.erb')
-rw-r--r--app/views/refinery/admin/blog/posts/_teaser_part.html.erb11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/views/refinery/admin/blog/posts/_teaser_part.html.erb b/app/views/refinery/admin/blog/posts/_teaser_part.html.erb
new file mode 100644
index 0000000..71d7d01
--- /dev/null
+++ b/app/views/refinery/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('copy_body', :scope => 'admin.blog.posts.form'), "#",
+ :id => 'copy_body_link',
+ :title => t('copy_body_help', :scope => 'admin.blog.posts.form') %>
+ </span>
+ </p>
+</div>
+