aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog_posts/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/blog_posts/show.html.erb')
-rw-r--r--app/views/blog_posts/show.html.erb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/blog_posts/show.html.erb b/app/views/blog_posts/show.html.erb
index 1aedfa0..e13a442 100644
--- a/app/views/blog_posts/show.html.erb
+++ b/app/views/blog_posts/show.html.erb
@@ -1,6 +1,7 @@
<% content_for :body_content_title, @blog_post.title %>
<% content_for :body_content_left do %>
+ <%= t('.created_at', :when => @blog_post.created_at.strftime('%d %B %Y')) %>
<%= @blog_post.body %>
<% if (categories = @blog_post.categories).any? %>
@@ -70,8 +71,6 @@
<% end %>
<% content_for :body_content_right do %>
- <h2><%= t('.created_at_title') %></h2>
- <%= t('.created_at', :when => @blog_post.created_at.strftime('%d %B %Y')) %>
<%= render :partial => "side_bar" %>
<h2><%= t('.other') %></h2>