diff --git a/app/views/user_mailer/forum_notice.html.erb b/app/views/user_mailer/forum_notice.html.erb index 6faff46a9..c12cd6c11 100644 --- a/app/views/user_mailer/forum_notice.html.erb +++ b/app/views/user_mailer/forum_notice.html.erb @@ -1,21 +1,13 @@ - - - - <%= stylesheet_link_tag "application", :media => "screen" %> - - -

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

+

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

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

- <%= forum_post.creator_name %> said: -

- <%= format_text(forum_post.body) %> -
+

+ <%= 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) %>

- - -