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.erb11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/views/admin/blog/posts/_teaser_part.html.erb b/app/views/admin/blog/posts/_teaser_part.html.erb
deleted file mode 100644
index 71d7d01..0000000
--- a/app/views/admin/blog/posts/_teaser_part.html.erb
+++ /dev/null
@@ -1,11 +0,0 @@
-<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>
-