Title: <%=h @announcement.title %>

Body: <%=h @announcement.body %>

Created at: <%=h @announcement.created_at %>

Updated at: <%=h @announcement.updated_at %>

Display until: <%=h @announcement.display_until %>

Is active: <%=h @announcement.is_active %>

Location: <%=h @announcement.location_id %>

<%= link_to 'Edit', edit_announcement_path(@announcement) %> | <%= link_to 'Back', announcements_path %>