summaryrefslogtreecommitdiffstats
path: root/app/views/messages/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/messages/show.html.erb')
-rw-r--r--app/views/messages/show.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb
index 5756a9267..893659d6f 100644
--- a/app/views/messages/show.html.erb
+++ b/app/views/messages/show.html.erb
@@ -22,7 +22,7 @@
) if @message.destroyable_by?(User.current) %>
</div>
-<h2><%= avatar(@topic.author, :size => "24") %><%= @topic.subject %></h2>
+<h2><%= avatar(@topic.author) %><%= @topic.subject %></h2>
<div class="message">
<p><span class="author"><%= authoring @topic.created_on, @topic.author %></span></p>
@@ -66,7 +66,7 @@
) if message.destroyable_by?(User.current) %>
</div>
<h4>
- <%= avatar(message.author, :size => "24") %>
+ <%= avatar(message.author) %>
<%= link_to message.subject, { :controller => 'messages', :action => 'show', :board_id => @board, :id => @topic, :r => message, :anchor => "message-#{message.id}" } %>
-
<%= authoring message.created_on, message.author %>