X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/22594361d5abd2a6ee18e290058d9d39d7d761ec..2a35f530bd5a474e83c8068ddc843eb0b4936b42:/app/views/message/new.html.erb diff --git a/app/views/message/new.html.erb b/app/views/message/new.html.erb index 113e566d8..a9dfb520f 100644 --- a/app/views/message/new.html.erb +++ b/app/views/message/new.html.erb @@ -10,7 +10,7 @@ <%= t'message.new.body' %> - <%= f.text_area :body, :cols => 80, :value => @body %> + <%= richtext_area :message, :body, :cols => 80, :value => @body %>