From be5f555b41c3341a3ba22762a92f61e747c5b510 Mon Sep 17 00:00:00 2001 From: Evandro Junior Date: Thu, 18 Dec 2014 17:10:23 -0200 Subject: [PATCH] added missing partial --- app/views/cms/_text_fields.html.erb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) create mode 100644 app/views/cms/_text_fields.html.erb diff --git a/app/views/cms/_text_fields.html.erb b/app/views/cms/_text_fields.html.erb new file mode 100644 index 0000000..b42a8ac --- /dev/null +++ b/app/views/cms/_text_fields.html.erb @@ -0,0 +1 @@ +<%= labelled_form_field(_('Publish date'), date_field('article[published_at]', DateTime.current, '%Y-%m-%d', {:max_date => '+0d', :date_format => 'yy-mm-dd'}, {:id => "article_published_at"})) %> -- libgit2 0.21.2