diff --git a/app/views/announcements/show.html.erb b/app/views/announcements/show.html.erb deleted file mode 100644 --- a/app/views/announcements/show.html.erb +++ /dev/null @@ -1,37 +0,0 @@ -

- Author: - <%=h @announcement.author %> -

- -

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

- -

- Notes: - <%=h @announcement.notes %> -

- -

- Body: - <%=h markdown(@announcement.body) %> -

- -

- Published: - <%=h @announcement.published %> -

- -

- Show on front page: - <%=h @announcement.frontpage %> -

- -

- Show only in contest: - <%=h @announcement.contest_only %> -

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