- <%= truncate(post_frontend.body,:length=>25) %>
+
+
<%=link_to post_frontend.title,panel_new_blog_front_end_post_path(post_frontend) %>
- <%= link_to 'Read more...',panel_new_blog_front_end_post_path(post_frontend), :class => 'btn' %>
+
+ <%= truncate(post_frontend.body,:length=>100) %>
+
+
-
@@ -20,9 +21,9 @@
- <%= post_frontend.title %>
- | <%= truncate(post_frontend.body,:length=>25) %> |
- <%= link_to 'Read more...',panel_new_blog_front_end_post_path(post_frontend), :class => 'btn' %> |
+ <%= post_frontend.title %> |
+ <%= truncate(post_frontend.body,:length=>100) %> |
+ <%= link_to 'Read more...',panel_new_blog_front_end_post_path(post_frontend), :class => 'btn' %> |
diff --git a/vendor/built_in_modules/new_blog/app/views/panel/new_blog/front_end/posts/index.html.erb b/vendor/built_in_modules/new_blog/app/views/panel/new_blog/front_end/posts/index.html.erb
index 27cc5ca46..d28f49e7d 100644
--- a/vendor/built_in_modules/new_blog/app/views/panel/new_blog/front_end/posts/index.html.erb
+++ b/vendor/built_in_modules/new_blog/app/views/panel/new_blog/front_end/posts/index.html.erb
@@ -6,8 +6,9 @@
<%= flash_messages %>
-<%= t('blog.front_end_index') %>
-
-<%= render :partial => "post_frontend", :collection => @posts %>
+<%= t('blog.front_end_index') %>
+
+ <%= render :partial => "post_frontend", :collection => @posts %>
+