diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/admin/blogs/_form.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/admin/blogs/_form.html.haml b/app/views/admin/blogs/_form.html.haml index 021d1ed..625c85e 100644 --- a/app/views/admin/blogs/_form.html.haml +++ b/app/views/admin/blogs/_form.html.haml | |||
@@ -29,6 +29,9 @@ | |||
29 | .published-field | 29 | .published-field |
30 | = f.check_box :published | 30 | = f.check_box :published |
31 | = f.label :published | 31 | = f.label :published |
32 | .datetime-field | ||
33 | = f.label :published_at | ||
34 | = f.text_field :published_at | ||
32 | .details-module | 35 | .details-module |
33 | = f.fields_for :records, Record.new do |builder| | 36 | = f.fields_for :records, Record.new do |builder| |
34 | .should-create-record-field | 37 | .should-create-record-field |