<%= stylesheet_link_tag "application", :media => "screen" %>

<%= @forum_topic.title %> was updated:

<% @forum_posts.each do |forum_post| %>

<%= forum_post.creator_name %> said:

<%= format_text(forum_post.body) %>
<% end %>

<%= link_to "View topic", forum_topic_path(@forum_topic, :page => @forum_topic.last_page, :host => Danbooru.config.hostname, :only_path => false) %>