aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/posts/_teaser_part.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/blog/posts/_teaser_part.html.erb')
-rw-r--r--app/views/admin/blog/posts/_teaser_part.html.erb7
1 files changed, 7 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
index 22711a9..d615812 100644
--- a/app/views/admin/blog/posts/_teaser_part.html.erb
+++ b/app/views/admin/blog/posts/_teaser_part.html.erb
@@ -1,4 +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>