Commit be5f555b41c3341a3ba22762a92f61e747c5b510

Authored by Evandro Junior
1 parent d5aaf22c

added missing partial

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/views/cms/_text_fields.html.erb 0 → 100644
... ... @@ -0,0 +1 @@
  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"})) %>
... ...