diff --git a/app/views/announcements/index.html.erb b/app/views/announcements/index.html.erb --- a/app/views/announcements/index.html.erb +++ b/app/views/announcements/index.html.erb @@ -8,6 +8,7 @@ + @@ -16,6 +17,7 @@ <% for announcement in @announcements %> <% @announcement = announcement %> +
Title Body Author Published
<%=h announcement.title %> <%=h announcement.body %> <%=h announcement.author %> <%= in_place_editor_field :announcement, :published, {}, :rows => 1 %>