%= stylesheet_link_tag "application", :media => "screen" %>
<%= @forum_topic.title %> was updated:
<% @forum_posts.each do |forum_post| %><%= link_to "View topic", forum_topic_path(@forum_topic, :page => @forum_topic.last_page, :host => Danbooru.config.hostname, :only_path => false) %>