summaryrefslogtreecommitdiffstats
path: root/app/views/messages/edit.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/messages/edit.html.erb')
-rw-r--r--app/views/messages/edit.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/messages/edit.html.erb b/app/views/messages/edit.html.erb
index 063676197..559afc6bc 100644
--- a/app/views/messages/edit.html.erb
+++ b/app/views/messages/edit.html.erb
@@ -1,6 +1,6 @@
<%= board_breadcrumb(@message) %>
-<h2><%= avatar(@topic.author, :size => "24") %><%= @topic.subject %></h2>
+<h2><%= avatar(@topic.author) %><%= @topic.subject %></h2>
<%= form_for @message, {
:as => :message,