aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/posts/_teaser_part.html.erb
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2011-07-27 17:28:09 +0300
committerUģis Ozols <ugis.ozolss@gmail.com>2011-07-27 17:28:09 +0300
commit06071e558008477e1b8dbb376d6693af97eeff32 (patch)
tree0ed1e765b37975fbbd054b058a45712ee7464c73 /app/views/admin/blog/posts/_teaser_part.html.erb
parent3fa8937b95a4d90000ad1be9c588424052136455 (diff)
downloadrefinerycms-blog-06071e558008477e1b8dbb376d6693af97eeff32.tar.gz
refinerycms-blog-06071e558008477e1b8dbb376d6693af97eeff32.tar.bz2
refinerycms-blog-06071e558008477e1b8dbb376d6693af97eeff32.zip
Wip.
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>
-