Body
<%= f.text_area :body %>
Author
<%= f.text_field :author %>
Published
<%= f.check_box :published %>
Show on front page?
<%= f.check_box :frontpage %>
<%= f.submit "Create" %>
<% end %> <%= link_to 'Back', announcements_path %>