<%= f.label :title %> <%= f.text_field :title %>
<%= f.label :body %> <%= f.text_area :body %>
<%= f.label :display_until %> <%= f.datetime_select :display_until %>
<%= f.label :is_active %> <%= f.check_box :is_active %>