X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d075fc4c1f3e7a17b4c71e7a06fd6cf318e0ef2f..0d3a9ed9cb47ce3b89ea9eaffbb589f9a9ff6d22:/app/views/message/new.html.erb diff --git a/app/views/message/new.html.erb b/app/views/message/new.html.erb index 85de1e51b..ed95e2252 100644 --- a/app/views/message/new.html.erb +++ b/app/views/message/new.html.erb @@ -1,8 +1,8 @@ -
<%= t'message.new.subject' %> | @@ -10,7 +10,7 @@||
<%= t'message.new.body' %> | -<%= f.text_area :body, :cols => 80, :value => @body %> | +<%= richtext_area :message, :body, :cols => 80, :value => @body %> |