From c343dd2889402a5e0eca4d490fbd0fbf3c892b70 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Thu, 26 Aug 2010 20:53:46 +1200 Subject: display more frontend, create separate css for frontend and backend, namespace the js in the same fashion, now has full English support.. --- app/views/blog_posts/show.html.erb | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'app/views/blog_posts/show.html.erb') diff --git a/app/views/blog_posts/show.html.erb b/app/views/blog_posts/show.html.erb index 7a4c9c3..2a6fa12 100644 --- a/app/views/blog_posts/show.html.erb +++ b/app/views/blog_posts/show.html.erb @@ -4,21 +4,23 @@ <%= @blog_post.body %> <% if (categories = @blog_post.categories).any? %> - <%= t('.filed_in') %> - +
+ <%= t('.filed_in') %> + +
<% end %> <% end %> <% content_for :body_content_right do %>

<%= t('.created_at_title') %>

<%= t('.created_at', :when => @blog_post.created_at.strftime('%d %B %Y')) %> - <%= render :partial => "sidebar" %> + <%= render :partial => "side_bar" %>

<%= t('.other') %>