From f036f2a46f5c085505aff507f54518df8e283069 Mon Sep 17 00:00:00 2001 From: djones Date: Tue, 21 Sep 2010 17:20:08 +1200 Subject: added publish date support. fixes bug where categories were showing posts that were technically supposed to be hidden from the end user --- app/views/admin/blog/posts/_form.html.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/views/admin/blog/posts/_form.html.erb') diff --git a/app/views/admin/blog/posts/_form.html.erb b/app/views/admin/blog/posts/_form.html.erb index bf964e9..941dd03 100644 --- a/app/views/admin/blog/posts/_form.html.erb +++ b/app/views/admin/blog/posts/_form.html.erb @@ -44,6 +44,8 @@ <% end %> +

<%= t('admin.blog.posts.form.published_at') %>

+ <%= f.datetime_select :published_at %>
-- cgit v1.2.3