X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fc90b7358124ce9017a94b3f6e4a779fbc28c71c..0a86a1ea8db0867c34f7d9dff602ee3da6036bcd:/app/views/message/new.html.erb diff --git a/app/views/message/new.html.erb b/app/views/message/new.html.erb index 0b54adb1c..03454767a 100644 --- a/app/views/message/new.html.erb +++ b/app/views/message/new.html.erb @@ -7,11 +7,11 @@ <%= form_for :message, :html => { :class => 'standard-form' }, :url => { :action => "new", :display_name => @message.recipient.display_name } do |f| %>
- + <%= f.text_field :title, :size => 60, :class => "richtext_title" %>
- + <%= richtext_area :message, :body, :cols => 80, :rows => 20 %>