<%= f.input :start_at, label_html: { class: 'hidden' }, input_html: { value: f.object.localized.start_at }, disabled: true %> <%= f.input :end_at, label_html: { class: 'hidden' }, input_html: { value: f.object.localized.end_at }, disabled: true %> <%= f.input :start_date_for_posting, label_html: { class: 'hidden'}, input_html: { value: f.object.localized.start_date_for_posting } %> <%= f.input :end_date_for_posting, label_html: { class: 'hidden'}, input_html: { value: f.object.localized.end_date_for_posting } %>